Class InOutEndpointSupport
- java.lang.Object
-
- org.apache.axis2.transport.testkit.endpoint.InOutEndpointSupport
-
public class InOutEndpointSupport extends Object
-
-
Constructor Summary
Constructors Constructor Description InOutEndpointSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEndpointErrorListener(EndpointErrorListener listener)
void
fireEndpointError(Throwable ex)
void
removeEndpointErrorListener(EndpointErrorListener listener)
-
-
-
Method Detail
-
fireEndpointError
public void fireEndpointError(Throwable ex)
-
addEndpointErrorListener
public void addEndpointErrorListener(EndpointErrorListener listener)
-
removeEndpointErrorListener
public void removeEndpointErrorListener(EndpointErrorListener listener)
-
-