Uses of Interface
org.apache.axis2.transport.testkit.endpoint.EndpointErrorListener
-
Packages that use EndpointErrorListener Package Description org.apache.axis2.transport.testkit.axis2.endpoint org.apache.axis2.transport.testkit.endpoint Provides interface and support classes for test endpoints.org.apache.axis2.transport.testkit.http org.apache.axis2.transport.testkit.tests.echo -
-
Uses of EndpointErrorListener in org.apache.axis2.transport.testkit.axis2.endpoint
Methods in org.apache.axis2.transport.testkit.axis2.endpoint with parameters of type EndpointErrorListener Modifier and Type Method Description voidAxisEchoEndpoint. addEndpointErrorListener(EndpointErrorListener listener)voidAxisEchoEndpoint. removeEndpointErrorListener(EndpointErrorListener listener) -
Uses of EndpointErrorListener in org.apache.axis2.transport.testkit.endpoint
Methods in org.apache.axis2.transport.testkit.endpoint with parameters of type EndpointErrorListener Modifier and Type Method Description voidInOutEndpoint. addEndpointErrorListener(EndpointErrorListener listener)voidInOutEndpointSupport. addEndpointErrorListener(EndpointErrorListener listener)voidInOutEndpoint. removeEndpointErrorListener(EndpointErrorListener listener)voidInOutEndpointSupport. removeEndpointErrorListener(EndpointErrorListener listener) -
Uses of EndpointErrorListener in org.apache.axis2.transport.testkit.http
Methods in org.apache.axis2.transport.testkit.http with parameters of type EndpointErrorListener Modifier and Type Method Description voidJettyEchoEndpoint. addEndpointErrorListener(EndpointErrorListener listener)voidJettyEchoEndpoint. removeEndpointErrorListener(EndpointErrorListener listener) -
Uses of EndpointErrorListener in org.apache.axis2.transport.testkit.tests.echo
Classes in org.apache.axis2.transport.testkit.tests.echo that implement EndpointErrorListener Modifier and Type Class Description classInterruptingEndpointErrorListener
-