Class TransportErrorSourceSupport
- java.lang.Object
-
- org.apache.axis2.transport.base.event.TransportErrorSourceSupport
-
- All Implemented Interfaces:
TransportErrorSource
public class TransportErrorSourceSupport extends Object implements TransportErrorSource
-
-
Constructor Summary
Constructors Constructor Description TransportErrorSourceSupport(Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addErrorListener(TransportErrorListener listener)
void
error(AxisService service, Throwable ex)
void
removeErrorListener(TransportErrorListener listener)
-
-
-
Constructor Detail
-
TransportErrorSourceSupport
public TransportErrorSourceSupport(Object source)
-
-
Method Detail
-
addErrorListener
public void addErrorListener(TransportErrorListener listener)
- Specified by:
addErrorListener
in interfaceTransportErrorSource
-
removeErrorListener
public void removeErrorListener(TransportErrorListener listener)
- Specified by:
removeErrorListener
in interfaceTransportErrorSource
-
error
public void error(AxisService service, Throwable ex)
-
-