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 voidTransportErrorSource. addErrorListener(TransportErrorListener listener)voidTransportErrorSourceSupport. addErrorListener(TransportErrorListener listener)voidTransportErrorSource. removeErrorListener(TransportErrorListener listener)voidTransportErrorSourceSupport. 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 voidJMSListener. addErrorListener(TransportErrorListener listener)voidJMSListener. 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 voidMailTransportListener. addErrorListener(TransportErrorListener listener)voidMailTransportListener. removeErrorListener(TransportErrorListener listener)
-