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 voidaddEndpointErrorListener(EndpointErrorListener listener)voidfireEndpointError(Throwable ex)voidremoveEndpointErrorListener(EndpointErrorListener listener)
-
-
-
Method Detail
-
fireEndpointError
public void fireEndpointError(Throwable ex)
-
addEndpointErrorListener
public void addEndpointErrorListener(EndpointErrorListener listener)
-
removeEndpointErrorListener
public void removeEndpointErrorListener(EndpointErrorListener listener)
-
-