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 classAbstractTransportListenerEx<E extends ProtocolEndpoint>Partial implementation ofAbstractTransportListenerwith a higher level of abstraction.Subclasses of ProtocolEndpoint in org.apache.axis2.transport.base Modifier and Type Class Description classAbstractPollTableEntry -
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 classDatagramEndpointEndpoint description. -
Uses of ProtocolEndpoint in org.apache.axis2.transport.jms
Subclasses of ProtocolEndpoint in org.apache.axis2.transport.jms Modifier and Type Class Description classJMSEndpointClass 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 classPollTableEntryHolds 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 classTCPEndpoint -
Uses of ProtocolEndpoint in org.apache.axis2.transport.udp
Subclasses of ProtocolEndpoint in org.apache.axis2.transport.udp Modifier and Type Class Description classEndpointUDP endpoint description.
-