Uses of Interface
org.apache.axis2.transport.testkit.client.AsyncTestClient
-
Packages that use AsyncTestClient Package Description org.apache.axis2.transport.testkit Transport test kit base package.org.apache.axis2.transport.testkit.axis2.client org.apache.axis2.transport.testkit.client org.apache.axis2.transport.testkit.http org.apache.axis2.transport.testkit.tests.async -
-
Uses of AsyncTestClient in org.apache.axis2.transport.testkit
Methods in org.apache.axis2.transport.testkit that return AsyncTestClient Modifier and Type Method Description static <M,N>
AsyncTestClient<M>AdapterUtils. adapt(AsyncTestClient<N> target, MessageEncoder<M,N> encoder)
Methods in org.apache.axis2.transport.testkit with parameters of type AsyncTestClient Modifier and Type Method Description static <M,N>
AsyncTestClient<M>AdapterUtils. adapt(AsyncTestClient<N> target, MessageEncoder<M,N> encoder)
void
TransportTestSuiteBuilder. addAxisAsyncTestClient(AsyncTestClient<AxisMessage> client, Object... relatedResources)
void
TransportTestSuiteBuilder. addByteArrayAsyncTestClient(AsyncTestClient<byte[]> client, Object... relatedResources)
void
TransportTestSuiteBuilder. addRESTAsyncTestClient(AsyncTestClient<RESTMessage> client, Object... relatedResources)
void
TransportTestSuiteBuilder. addStringAsyncTestClient(AsyncTestClient<String> client, Object... relatedResources)
-
Uses of AsyncTestClient in org.apache.axis2.transport.testkit.axis2.client
Classes in org.apache.axis2.transport.testkit.axis2.client that implement AsyncTestClient Modifier and Type Class Description class
AxisAsyncTestClient
-
Uses of AsyncTestClient in org.apache.axis2.transport.testkit.client
Classes in org.apache.axis2.transport.testkit.client that implement AsyncTestClient Modifier and Type Class Description class
AsyncTestClientAdapter<M,N>
Methods in org.apache.axis2.transport.testkit.client that return AsyncTestClient Modifier and Type Method Description AsyncTestClient<N>
AsyncTestClientAdapter. getTarget()
Constructors in org.apache.axis2.transport.testkit.client with parameters of type AsyncTestClient Constructor Description AsyncTestClientAdapter(AsyncTestClient<N> target, MessageEncoder<M,N> encoder)
-
Uses of AsyncTestClient in org.apache.axis2.transport.testkit.http
Classes in org.apache.axis2.transport.testkit.http that implement AsyncTestClient Modifier and Type Class Description class
JavaNetClient
class
JavaNetRESTClient
-
Uses of AsyncTestClient in org.apache.axis2.transport.testkit.tests.async
-