Package | Description |
---|---|
org.apache.axis2.transport.testkit.axis2.client | |
org.apache.axis2.transport.testkit.axis2.endpoint | |
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.http |
Modifier and Type | Method and Description |
---|---|
IncomingMessage<AxisMessage> |
AxisRequestResponseTestClient.sendMessage(ClientOptions options,
ContentType contentType,
AxisMessage message) |
Modifier and Type | Method and Description |
---|---|
IncomingMessage<AxisMessage> |
AxisAsyncEndpoint.waitForMessage(int timeout) |
Modifier and Type | Method and Description |
---|---|
IncomingMessage<O> |
RequestResponseTestClientAdapter.sendMessage(ClientOptions options,
ContentType contentType,
M message) |
IncomingMessage<N> |
RequestResponseTestClient.sendMessage(ClientOptions options,
ContentType contentType,
M message) |
Modifier and Type | Method and Description |
---|---|
IncomingMessage<M> |
InOnlyEndpointSupport.waitForMessage(int timeout) |
IncomingMessage<M> |
AsyncEndpointAdapter.waitForMessage(int timeout) |
IncomingMessage<M> |
AsyncEndpoint.waitForMessage(int timeout) |
Modifier and Type | Method and Description |
---|---|
void |
InOnlyEndpointSupport.putMessage(IncomingMessage<M> message) |
Modifier and Type | Method and Description |
---|---|
protected IncomingMessage<RESTMessage> |
JettyRESTAsyncEndpoint.handle(org.mortbay.http.HttpRequest request) |
protected IncomingMessage<byte[]> |
JettyByteArrayAsyncEndpoint.handle(org.mortbay.http.HttpRequest request) |
protected abstract IncomingMessage<M> |
JettyAsyncEndpoint.handle(org.mortbay.http.HttpRequest request) |
IncomingMessage<M> |
JettyAsyncEndpoint.waitForMessage(int timeout) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.