Uses of Interface
org.apache.axis2.transport.testkit.endpoint.InOutEndpoint
-
Packages that use InOutEndpoint Package Description org.apache.axis2.transport.testkit Transport test kit base package.org.apache.axis2.transport.testkit.axis2.endpoint org.apache.axis2.transport.testkit.http org.apache.axis2.transport.testkit.tests.echo -
-
Uses of InOutEndpoint in org.apache.axis2.transport.testkit
Methods in org.apache.axis2.transport.testkit with parameters of type InOutEndpoint Modifier and Type Method Description void
TransportTestSuiteBuilder. addEchoEndpoint(InOutEndpoint endpoint, Object... relatedResources)
-
Uses of InOutEndpoint in org.apache.axis2.transport.testkit.axis2.endpoint
Classes in org.apache.axis2.transport.testkit.axis2.endpoint that implement InOutEndpoint Modifier and Type Class Description class
AxisEchoEndpoint
-
Uses of InOutEndpoint in org.apache.axis2.transport.testkit.http
Classes in org.apache.axis2.transport.testkit.http that implement InOutEndpoint Modifier and Type Class Description class
JettyEchoEndpoint
-
Uses of InOutEndpoint in org.apache.axis2.transport.testkit.tests.echo
Constructors in org.apache.axis2.transport.testkit.tests.echo with parameters of type InOutEndpoint 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)
-