Uses of Class
org.apache.axis2.transport.base.ProtocolEndpoint

Packages that use ProtocolEndpoint
org.apache.axis2.transport.base   
org.apache.axis2.transport.base.datagram Base classes for datagram transports. 
org.apache.axis2.transport.jms JMS Listener Configuration (axis2.xml) 
org.apache.axis2.transport.mail   
org.apache.axis2.transport.udp Transport implementation for the UDP protocol. 
 

Uses of ProtocolEndpoint in org.apache.axis2.transport.base
 

Classes in org.apache.axis2.transport.base with type parameters of type ProtocolEndpoint
 class AbstractTransportListenerEx<E extends ProtocolEndpoint>
          Partial implementation of AbstractTransportListener with a higher level of abstraction.
 

Subclasses of ProtocolEndpoint in org.apache.axis2.transport.base
 class AbstractPollTableEntry
           
 

Uses of ProtocolEndpoint in org.apache.axis2.transport.base.datagram
 

Subclasses of ProtocolEndpoint in org.apache.axis2.transport.base.datagram
 class DatagramEndpoint
          Endpoint description.
 

Uses of ProtocolEndpoint in org.apache.axis2.transport.jms
 

Subclasses of ProtocolEndpoint in org.apache.axis2.transport.jms
 class JMSEndpoint
          Class that links an Axis2 service to a JMS destination.
 

Uses of ProtocolEndpoint in org.apache.axis2.transport.mail
 

Subclasses of ProtocolEndpoint in org.apache.axis2.transport.mail
 class PollTableEntry
          Holds information about an entry in the VFS transport poll table used by the VFS Transport Listener
 

Uses of ProtocolEndpoint in org.apache.axis2.transport.udp
 

Subclasses of ProtocolEndpoint in org.apache.axis2.transport.udp
 class Endpoint
          UDP endpoint description.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.