Package | Description |
---|---|
org.apache.axis2.transport.testkit |
Transport test kit base package.
|
org.apache.axis2.transport.testkit.http | |
org.apache.axis2.transport.testkit.message | |
org.apache.axis2.transport.testkit.tests.async |
Modifier and Type | Method and Description |
---|---|
void |
TransportTestSuiteBuilder.addRESTAsyncEndpoint(AsyncEndpoint<RESTMessage> endpoint,
Object... relatedResources) |
void |
TransportTestSuiteBuilder.addRESTAsyncTestClient(AsyncTestClient<RESTMessage> client,
Object... relatedResources) |
Modifier and Type | Method and Description |
---|---|
protected IncomingMessage<RESTMessage> |
JettyRESTAsyncEndpoint.handle(org.mortbay.http.HttpRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
JavaNetRESTClient.sendMessage(ClientOptions options,
ContentType contentType,
RESTMessage message) |
Modifier and Type | Field and Description |
---|---|
static MessageDecoder<AxisMessage,RESTMessage> |
MessageDecoder.AXIS_TO_REST |
Modifier and Type | Method and Description |
---|---|
protected RESTMessage |
RESTTestCase.prepareMessage() |
Modifier and Type | Method and Description |
---|---|
protected void |
RESTTestCase.checkMessageData(RESTMessage expected,
RESTMessage actual) |
Constructor and Description |
---|
RESTTestCase(AsyncChannel channel,
AsyncTestClient<RESTMessage> client,
AsyncEndpoint<RESTMessage> endpoint,
RESTMessage message,
Object... resources) |
Constructor and Description |
---|
RESTTestCase(AsyncChannel channel,
AsyncTestClient<RESTMessage> client,
AsyncEndpoint<RESTMessage> endpoint,
RESTMessage message,
Object... resources) |
RESTTestCase(AsyncChannel channel,
AsyncTestClient<RESTMessage> client,
AsyncEndpoint<RESTMessage> endpoint,
RESTMessage message,
Object... resources) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.