Uses of Interface
org.apache.axis2.transport.testkit.channel.RequestResponseChannel
-
Packages that use RequestResponseChannel Package Description 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 Modifier and Type Method Description void
TransportTestSuiteBuilder. addRequestResponseChannel(RequestResponseChannel channel, Object... relatedResources)
-
Uses of RequestResponseChannel in org.apache.axis2.transport.testkit.http
Classes in org.apache.axis2.transport.testkit.http that implement RequestResponseChannel Modifier and Type Class Description 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 Constructor Description RequestResponseMessageTestCase(RequestResponseChannel channel, RequestResponseTestClient<M,N> client, InOutEndpoint endpoint, ContentType contentType, String charset, Object... resources)
XMLRequestResponseMessageTestCase(RequestResponseChannel channel, RequestResponseTestClient<XMLMessage,XMLMessage> client, InOutEndpoint endpoint, XMLMessage.Type xmlMessageType, MessageTestData data, Object... resources)
-