Uses of Interface
org.apache.axis2.transport.testkit.client.TestClient
-
-
Uses of TestClient in org.apache.axis2.transport.testkit.axis2.client
Classes in org.apache.axis2.transport.testkit.axis2.client that implement TestClient Modifier and Type Class Description class
AxisAsyncTestClient
class
AxisRequestResponseTestClient
class
AxisTestClient
-
Uses of TestClient in org.apache.axis2.transport.testkit.client
Subinterfaces of TestClient in org.apache.axis2.transport.testkit.client Modifier and Type Interface Description interface
AsyncTestClient<M>
interface
RequestResponseTestClient<M,N>
Classes in org.apache.axis2.transport.testkit.client that implement TestClient Modifier and Type Class Description class
AsyncTestClientAdapter<M,N>
class
RequestResponseTestClientAdapter<M,N,O,P>
Constructors in org.apache.axis2.transport.testkit.client with parameters of type TestClient Constructor Description ClientOptions(TestClient client, ContentType baseContentType, String charset)
-
Uses of TestClient in org.apache.axis2.transport.testkit.http
Classes in org.apache.axis2.transport.testkit.http that implement TestClient Modifier and Type Class Description class
JavaNetClient
class
JavaNetRESTClient
-
Uses of TestClient in org.apache.axis2.transport.testkit.tests
Constructors in org.apache.axis2.transport.testkit.tests with parameters of type TestClient Constructor Description MessageTestCase(TestClient client, ContentType contentType, String charset, Object... resources)
-