Uses of Interface
org.apache.axis2.transport.testkit.endpoint.AsyncEndpoint
-
Packages that use AsyncEndpoint Package Description org.apache.axis2.transport.testkit Transport test kit base package.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.async -
-
Uses of AsyncEndpoint in org.apache.axis2.transport.testkit
Methods in org.apache.axis2.transport.testkit that return AsyncEndpoint Modifier and Type Method Description static <M,N>
AsyncEndpoint<M>AdapterUtils. adapt(AsyncEndpoint<N> target, MessageDecoder<N,M> decoder)Methods in org.apache.axis2.transport.testkit with parameters of type AsyncEndpoint Modifier and Type Method Description static <M,N>
AsyncEndpoint<M>AdapterUtils. adapt(AsyncEndpoint<N> target, MessageDecoder<N,M> decoder)voidTransportTestSuiteBuilder. addAxisAsyncEndpoint(AsyncEndpoint<AxisMessage> endpoint, Object... relatedResources)voidTransportTestSuiteBuilder. addByteArrayAsyncEndpoint(AsyncEndpoint<byte[]> endpoint, Object... relatedResources)voidTransportTestSuiteBuilder. addRESTAsyncEndpoint(AsyncEndpoint<RESTMessage> endpoint, Object... relatedResources) -
Uses of AsyncEndpoint in org.apache.axis2.transport.testkit.axis2.endpoint
Classes in org.apache.axis2.transport.testkit.axis2.endpoint that implement AsyncEndpoint Modifier and Type Class Description classAxisAsyncEndpoint -
Uses of AsyncEndpoint in org.apache.axis2.transport.testkit.endpoint
Classes in org.apache.axis2.transport.testkit.endpoint that implement AsyncEndpoint Modifier and Type Class Description classAsyncEndpointAdapter<M,N>Methods in org.apache.axis2.transport.testkit.endpoint that return AsyncEndpoint Modifier and Type Method Description AsyncEndpoint<N>AsyncEndpointAdapter. getTarget()Constructors in org.apache.axis2.transport.testkit.endpoint with parameters of type AsyncEndpoint Constructor Description AsyncEndpointAdapter(AsyncEndpoint<N> target, MessageDecoder<N,M> decoder) -
Uses of AsyncEndpoint in org.apache.axis2.transport.testkit.http
Classes in org.apache.axis2.transport.testkit.http that implement AsyncEndpoint Modifier and Type Class Description classJettyAsyncEndpoint<M>classJettyByteArrayAsyncEndpointclassJettyRESTAsyncEndpoint -
Uses of AsyncEndpoint in org.apache.axis2.transport.testkit.tests.async
-