Uses of Interface
org.apache.axis2.kernel.OutTransportInfo
-
Packages that use OutTransportInfo Package Description org.apache.axis2.transport.base org.apache.axis2.transport.base.datagram Base classes for datagram transports.org.apache.axis2.transport.http org.apache.axis2.transport.http.server 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.org.apache.axis2.transport.xmpp org.apache.axis2.transport.xmpp.util -
-
Uses of OutTransportInfo in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base with parameters of type OutTransportInfo Modifier and Type Method Description abstract void
AbstractTransportSender. sendMessage(MessageContext msgCtx, String targetEPR, OutTransportInfo outTransportInfo)
-
Uses of OutTransportInfo in org.apache.axis2.transport.base.datagram
Classes in org.apache.axis2.transport.base.datagram that implement OutTransportInfo Modifier and Type Class Description class
DatagramOutTransportInfo
-
Uses of OutTransportInfo in org.apache.axis2.transport.http
Classes in org.apache.axis2.transport.http that implement OutTransportInfo Modifier and Type Class Description class
ServletBasedOutTransportInfo
-
Uses of OutTransportInfo in org.apache.axis2.transport.http.server
Classes in org.apache.axis2.transport.http.server that implement OutTransportInfo Modifier and Type Class Description class
AxisHttpResponseImpl
-
Uses of OutTransportInfo in org.apache.axis2.transport.jms
Classes in org.apache.axis2.transport.jms that implement OutTransportInfo Modifier and Type Class Description class
JMSOutTransportInfo
The JMS OutTransportInfo is a holder of information to send an outgoing message (e.g. a Response) to a JMS destination.Methods in org.apache.axis2.transport.jms with parameters of type OutTransportInfo Modifier and Type Method Description void
JMSSender. sendMessage(MessageContext msgCtx, String targetAddress, OutTransportInfo outTransportInfo)
Performs the actual sending of the JMS message -
Uses of OutTransportInfo in org.apache.axis2.transport.mail
Classes in org.apache.axis2.transport.mail that implement OutTransportInfo Modifier and Type Class Description class
MailOutTransportInfo
The Mail OutTransportInfo is a holder of information to send an outgoing message (e.g. a Response or a request) to a Mail destination.Methods in org.apache.axis2.transport.mail with parameters of type OutTransportInfo Modifier and Type Method Description void
MailTransportSender. sendMessage(MessageContext msgCtx, String targetAddress, OutTransportInfo outTransportInfo)
Send the given message over the Mail transport -
Uses of OutTransportInfo in org.apache.axis2.transport.tcp
Classes in org.apache.axis2.transport.tcp that implement OutTransportInfo Modifier and Type Class Description class
TCPOutTransportInfo
Methods in org.apache.axis2.transport.tcp with parameters of type OutTransportInfo Modifier and Type Method Description void
TCPTransportSender. sendMessage(MessageContext msgContext, String targetEPR, OutTransportInfo outTransportInfo)
-
Uses of OutTransportInfo in org.apache.axis2.transport.udp
Classes in org.apache.axis2.transport.udp that implement OutTransportInfo Modifier and Type Class Description class
UDPOutTransportInfo
Holder of information to send an outgoing message to a UDP destination.Methods in org.apache.axis2.transport.udp with parameters of type OutTransportInfo Modifier and Type Method Description void
UDPSender. sendMessage(MessageContext msgContext, String targetEPR, OutTransportInfo outTransportInfo)
-
Uses of OutTransportInfo in org.apache.axis2.transport.xmpp
Methods in org.apache.axis2.transport.xmpp with parameters of type OutTransportInfo Modifier and Type Method Description void
XMPPSender. sendMessage(MessageContext msgCtx, String targetAddress, OutTransportInfo outTransportInfo)
Send the given message over XMPP transport -
Uses of OutTransportInfo in org.apache.axis2.transport.xmpp.util
Classes in org.apache.axis2.transport.xmpp.util that implement OutTransportInfo Modifier and Type Class Description class
XMPPOutTransportInfo
Holds XMPP transport out details
-