Uses of Interface
org.apache.axis2.transport.base.event.TransportErrorListener
-
Packages that use TransportErrorListener Package Description org.apache.axis2.transport.base.event org.apache.axis2.transport.jms Transport implementation for JMS.org.apache.axis2.transport.mail -
-
Uses of TransportErrorListener in org.apache.axis2.transport.base.event
Methods in org.apache.axis2.transport.base.event with parameters of type TransportErrorListener Modifier and Type Method Description void
TransportErrorSource. addErrorListener(TransportErrorListener listener)
void
TransportErrorSourceSupport. addErrorListener(TransportErrorListener listener)
void
TransportErrorSource. removeErrorListener(TransportErrorListener listener)
void
TransportErrorSourceSupport. removeErrorListener(TransportErrorListener listener)
-
Uses of TransportErrorListener in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms with parameters of type TransportErrorListener Modifier and Type Method Description void
JMSListener. addErrorListener(TransportErrorListener listener)
void
JMSListener. removeErrorListener(TransportErrorListener listener)
-
Uses of TransportErrorListener in org.apache.axis2.transport.mail
Methods in org.apache.axis2.transport.mail with parameters of type TransportErrorListener Modifier and Type Method Description void
MailTransportListener. addErrorListener(TransportErrorListener listener)
void
MailTransportListener. removeErrorListener(TransportErrorListener listener)
-