Package | Description |
---|---|
org.apache.axis2.transport.testkit |
Transport test kit base package.
|
org.apache.axis2.transport.testkit.axis2.client | |
org.apache.axis2.transport.testkit.client | |
org.apache.axis2.transport.testkit.tests.echo |
Modifier and Type | Method and Description |
---|---|
static <M,N,O,P> RequestResponseTestClient<M,O> |
AdapterUtils.adapt(RequestResponseTestClient<N,P> target,
MessageEncoder<M,N> encoder,
MessageDecoder<P,O> decoder) |
Modifier and Type | Method and Description |
---|---|
static <M,N,O,P> RequestResponseTestClient<M,O> |
AdapterUtils.adapt(RequestResponseTestClient<N,P> target,
MessageEncoder<M,N> encoder,
MessageDecoder<P,O> decoder) |
void |
TransportTestSuiteBuilder.addAxisRequestResponseTestClient(RequestResponseTestClient<AxisMessage,AxisMessage> client,
Object... relatedResources) |
void |
TransportTestSuiteBuilder.addByteArrayRequestResponseTestClient(RequestResponseTestClient<byte[],byte[]> client,
Object... relatedResources) |
void |
TransportTestSuiteBuilder.addStringRequestResponseTestClient(RequestResponseTestClient<String,String> client,
Object... relatedResources) |
Modifier and Type | Class and Description |
---|---|
class |
AxisRequestResponseTestClient |
Modifier and Type | Class and Description |
---|---|
class |
RequestResponseTestClientAdapter<M,N,O,P> |
Modifier and Type | Method and Description |
---|---|
RequestResponseTestClient<N,P> |
RequestResponseTestClientAdapter.getTarget() |
Constructor and Description |
---|
RequestResponseTestClientAdapter(RequestResponseTestClient<N,P> target,
MessageEncoder<M,N> encoder,
MessageDecoder<P,O> decoder) |
Constructor and 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) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.