Package | Description |
---|---|
org.apache.axis2.transport.testkit |
Transport test kit base package.
|
org.apache.axis2.transport.testkit.client | |
org.apache.axis2.transport.testkit.endpoint |
Provides interface and support classes for test endpoints.
|
org.apache.axis2.transport.testkit.message |
Modifier and Type | Method and Description |
---|---|
static <M,N> AsyncEndpoint<M> |
AdapterUtils.adapt(AsyncEndpoint<N> target,
MessageDecoder<N,M> decoder) |
static <M,N,O,P> RequestResponseTestClient<M,O> |
AdapterUtils.adapt(RequestResponseTestClient<N,P> target,
MessageEncoder<M,N> encoder,
MessageDecoder<P,O> decoder) |
Constructor and Description |
---|
RequestResponseTestClientAdapter(RequestResponseTestClient<N,P> target,
MessageEncoder<M,N> encoder,
MessageDecoder<P,O> decoder) |
Constructor and Description |
---|
AsyncEndpointAdapter(AsyncEndpoint<N> target,
MessageDecoder<N,M> decoder) |
Modifier and Type | Field and Description |
---|---|
static MessageDecoder<AxisMessage,byte[]> |
MessageDecoder.AXIS_TO_BYTE |
static MessageDecoder<AxisMessage,RESTMessage> |
MessageDecoder.AXIS_TO_REST |
static MessageDecoder<AxisMessage,String> |
MessageDecoder.AXIS_TO_STRING |
static MessageDecoder<AxisMessage,XMLMessage> |
MessageDecoder.AXIS_TO_XML |
static MessageDecoder<byte[],String> |
MessageDecoder.BYTE_TO_STRING |
static MessageDecoder<byte[],XMLMessage> |
MessageDecoder.BYTE_TO_XML |
static MessageDecoder<String,XMLMessage> |
MessageDecoder.STRING_TO_XML |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.