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

Packages that use XMLMessage
org.apache.axis2.transport.testkit.message   
org.apache.axis2.transport.testkit.tests.async   
org.apache.axis2.transport.testkit.tests.echo   
 

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

Fields in org.apache.axis2.transport.testkit.message with type parameters of type XMLMessage
static MessageDecoder<AxisMessage,XMLMessage> MessageDecoder.AXIS_TO_XML
           
static MessageDecoder<byte[],XMLMessage> MessageDecoder.BYTE_TO_XML
           
static MessageDecoder<java.lang.String,XMLMessage> MessageDecoder.STRING_TO_XML
           
static MessageEncoder<XMLMessage,AxisMessage> MessageEncoder.XML_TO_AXIS
           
static MessageEncoder<XMLMessage,byte[]> MessageEncoder.XML_TO_BYTE
           
static MessageEncoder<XMLMessage,java.lang.String> MessageEncoder.XML_TO_STRING
           
 

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

Methods in org.apache.axis2.transport.testkit.tests.async that return XMLMessage
protected  XMLMessage LargeSOAPAsyncMessageTestCase.prepareMessage()
           
protected  XMLMessage XMLAsyncMessageTestCase.prepareMessage()
           
protected  XMLMessage SwATestCase.prepareMessage()
           
 

Methods in org.apache.axis2.transport.testkit.tests.async with parameters of type XMLMessage
protected  void LargeSOAPAsyncMessageTestCase.checkMessageData(XMLMessage expected, XMLMessage actual)
           
protected  void XMLAsyncMessageTestCase.checkMessageData(XMLMessage expected, XMLMessage actual)
           
protected  void SwATestCase.checkMessageData(XMLMessage expected, XMLMessage actual)
           
 

Constructor parameters in org.apache.axis2.transport.testkit.tests.async with type arguments of type XMLMessage
LargeSOAPAsyncMessageTestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, java.lang.Object... resources)
           
LargeSOAPAsyncMessageTestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, java.lang.Object... resources)
           
SwATestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, java.lang.Object... resources)
           
SwATestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, java.lang.Object... resources)
           
XMLAsyncMessageTestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, XMLMessage.Type xmlMessageType, MessageTestData data, java.lang.Object... resources)
           
XMLAsyncMessageTestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, XMLMessage.Type xmlMessageType, MessageTestData data, java.lang.Object... resources)
           
 

Uses of XMLMessage in org.apache.axis2.transport.testkit.tests.echo
 

Methods in org.apache.axis2.transport.testkit.tests.echo that return XMLMessage
protected  XMLMessage XMLRequestResponseMessageTestCase.prepareRequest()
           
 

Methods in org.apache.axis2.transport.testkit.tests.echo with parameters of type XMLMessage
protected  void XMLRequestResponseMessageTestCase.checkResponse(XMLMessage request, XMLMessage response)
           
 

Constructor parameters in org.apache.axis2.transport.testkit.tests.echo with type arguments of type XMLMessage
XMLRequestResponseMessageTestCase(RequestResponseChannel channel, RequestResponseTestClient<XMLMessage,XMLMessage> client, InOutEndpoint endpoint, XMLMessage.Type xmlMessageType, MessageTestData data, java.lang.Object... resources)
           
XMLRequestResponseMessageTestCase(RequestResponseChannel channel, RequestResponseTestClient<XMLMessage,XMLMessage> client, InOutEndpoint endpoint, XMLMessage.Type xmlMessageType, MessageTestData data, java.lang.Object... resources)
           
 



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