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)
void
TransportTestSuiteBuilder. addAxisAsyncEndpoint(AsyncEndpoint<AxisMessage> endpoint, Object... relatedResources)
void
TransportTestSuiteBuilder. addByteArrayAsyncEndpoint(AsyncEndpoint<byte[]> endpoint, Object... relatedResources)
void
TransportTestSuiteBuilder. 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 class
AxisAsyncEndpoint
-
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 class
AsyncEndpointAdapter<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 class
JettyAsyncEndpoint<M>
class
JettyByteArrayAsyncEndpoint
class
JettyRESTAsyncEndpoint
-
Uses of AsyncEndpoint in org.apache.axis2.transport.testkit.tests.async
-