Uses of Interface
org.apache.axis2.transport.testkit.channel.RequestResponseChannel

Packages that use RequestResponseChannel
org.apache.axis2.transport.testkit Transport test kit base package. 
org.apache.axis2.transport.testkit.http   
org.apache.axis2.transport.testkit.tests.echo   
 

Uses of RequestResponseChannel in org.apache.axis2.transport.testkit
 

Methods in org.apache.axis2.transport.testkit with parameters of type RequestResponseChannel
 void TransportTestSuiteBuilder.addRequestResponseChannel(RequestResponseChannel channel, java.lang.Object... relatedResources)
           
 

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

Classes in org.apache.axis2.transport.testkit.http that implement RequestResponseChannel
 class HttpChannel
           
 

Uses of RequestResponseChannel in org.apache.axis2.transport.testkit.tests.echo
 

Constructors in org.apache.axis2.transport.testkit.tests.echo with parameters of type RequestResponseChannel
RequestResponseMessageTestCase(RequestResponseChannel channel, RequestResponseTestClient<M,N> client, InOutEndpoint endpoint, javax.mail.internet.ContentType contentType, java.lang.String charset, java.lang.Object... resources)
           
XMLRequestResponseMessageTestCase(RequestResponseChannel channel, RequestResponseTestClient<XMLMessage,XMLMessage> client, InOutEndpoint endpoint, XMLMessage.Type xmlMessageType, MessageTestData data, java.lang.Object... resources)
           
 



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