Uses of Class
org.apache.axis2.transport.testkit.message.RESTMessage

Packages that use RESTMessage
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   
 

Uses of RESTMessage in org.apache.axis2.transport.testkit
 

Method parameters in org.apache.axis2.transport.testkit with type arguments of type RESTMessage
 void TransportTestSuiteBuilder.addRESTAsyncEndpoint(AsyncEndpoint<RESTMessage> endpoint, java.lang.Object... relatedResources)
           
 void TransportTestSuiteBuilder.addRESTAsyncTestClient(AsyncTestClient<RESTMessage> client, java.lang.Object... relatedResources)
           
 

Uses of RESTMessage in org.apache.axis2.transport.testkit.http
 

Methods in org.apache.axis2.transport.testkit.http that return types with arguments of type RESTMessage
protected  IncomingMessage<RESTMessage> JettyRESTAsyncEndpoint.handle(org.mortbay.http.HttpRequest request)
           
 

Methods in org.apache.axis2.transport.testkit.http with parameters of type RESTMessage
 void JavaNetRESTClient.sendMessage(ClientOptions options, javax.mail.internet.ContentType contentType, RESTMessage message)
           
 

Uses of RESTMessage in org.apache.axis2.transport.testkit.message
 

Fields in org.apache.axis2.transport.testkit.message with type parameters of type RESTMessage
static MessageDecoder<AxisMessage,RESTMessage> MessageDecoder.AXIS_TO_REST
           
 

Uses of RESTMessage in org.apache.axis2.transport.testkit.tests.async
 

Methods in org.apache.axis2.transport.testkit.tests.async that return RESTMessage
protected  RESTMessage RESTTestCase.prepareMessage()
           
 

Methods in org.apache.axis2.transport.testkit.tests.async with parameters of type RESTMessage
protected  void RESTTestCase.checkMessageData(RESTMessage expected, RESTMessage actual)
           
 

Constructors in org.apache.axis2.transport.testkit.tests.async with parameters of type RESTMessage
RESTTestCase(AsyncChannel channel, AsyncTestClient<RESTMessage> client, AsyncEndpoint<RESTMessage> endpoint, RESTMessage message, java.lang.Object... resources)
           
 

Constructor parameters in org.apache.axis2.transport.testkit.tests.async with type arguments of type RESTMessage
RESTTestCase(AsyncChannel channel, AsyncTestClient<RESTMessage> client, AsyncEndpoint<RESTMessage> endpoint, RESTMessage message, java.lang.Object... resources)
           
RESTTestCase(AsyncChannel channel, AsyncTestClient<RESTMessage> client, AsyncEndpoint<RESTMessage> endpoint, RESTMessage message, java.lang.Object... resources)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.