Uses of Class
org.apache.axis2.transport.base.ProtocolEndpoint
-
Packages that use ProtocolEndpoint Package Description org.apache.axis2.transport.base org.apache.axis2.transport.base.datagram Base classes for datagram transports.org.apache.axis2.transport.jms Transport implementation for JMS.org.apache.axis2.transport.mail org.apache.axis2.transport.tcp 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 Modifier and Type Class Description class
AbstractTransportListenerEx<E extends ProtocolEndpoint>
Partial implementation ofAbstractTransportListener
with a higher level of abstraction.Subclasses of ProtocolEndpoint in org.apache.axis2.transport.base Modifier and Type Class Description class
AbstractPollTableEntry
-
Uses of ProtocolEndpoint in org.apache.axis2.transport.base.datagram
Subclasses of ProtocolEndpoint in org.apache.axis2.transport.base.datagram Modifier and Type Class Description class
DatagramEndpoint
Endpoint description. -
Uses of ProtocolEndpoint in org.apache.axis2.transport.jms
Subclasses of ProtocolEndpoint in org.apache.axis2.transport.jms Modifier and Type Class Description 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 Modifier and Type Class Description 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.tcp
Subclasses of ProtocolEndpoint in org.apache.axis2.transport.tcp Modifier and Type Class Description class
TCPEndpoint
-
Uses of ProtocolEndpoint in org.apache.axis2.transport.udp
Subclasses of ProtocolEndpoint in org.apache.axis2.transport.udp Modifier and Type Class Description class
Endpoint
UDP endpoint description.
-