Uses of Interface
org.apache.axis2.transport.base.ManagementSupport
-
Packages that use ManagementSupport Package Description org.apache.axis2.transport.jms Transport implementation for JMS.org.apache.axis2.transport.mail org.apache.axis2.transport.udp Transport implementation for the UDP protocol. -
-
Uses of ManagementSupport in org.apache.axis2.transport.jms
Classes in org.apache.axis2.transport.jms that implement ManagementSupport Modifier and Type Class Description class
JMSListener
The revamped JMS Transport listener implementation.class
JMSSender
The TransportSender for JMS -
Uses of ManagementSupport in org.apache.axis2.transport.mail
Classes in org.apache.axis2.transport.mail that implement ManagementSupport Modifier and Type Class Description class
MailTransportListener
This mail transport lister implementation uses the base transport framework and is a polling transport. i.e. a service can register itself with custom a custom mail configuration (i.e.class
MailTransportSender
The mail transport sender sends mail using an SMTP server configuration defined in the axis2.xml's transport sender definition -
Uses of ManagementSupport in org.apache.axis2.transport.udp
Classes in org.apache.axis2.transport.udp that implement ManagementSupport Modifier and Type Class Description class
UDPListener
Transport listener for the UDP protocol.
-