Uses of Interface
org.apache.axis2.transport.testkit.client.TestClient

Packages that use TestClient
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   
 

Uses of TestClient in org.apache.axis2.transport.testkit.axis2.client
 

Classes in org.apache.axis2.transport.testkit.axis2.client that implement TestClient
 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
 interface AsyncTestClient<M>
           
 interface RequestResponseTestClient<M,N>
           
 

Classes in org.apache.axis2.transport.testkit.client that implement TestClient
 class AsyncTestClientAdapter<M,N>
           
 class RequestResponseTestClientAdapter<M,N,O,P>
           
 

Constructors in org.apache.axis2.transport.testkit.client with parameters of type TestClient
ClientOptions(TestClient client, javax.mail.internet.ContentType baseContentType, java.lang.String charset)
           
 

Uses of TestClient in org.apache.axis2.transport.testkit.http
 

Classes in org.apache.axis2.transport.testkit.http that implement TestClient
 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
MessageTestCase(TestClient client, javax.mail.internet.ContentType contentType, java.lang.String charset, java.lang.Object... resources)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.