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

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

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

Methods in org.apache.axis2.transport.testkit.message that return XMLMessage.Type
 XMLMessage.Type XMLMessage.getType()
           
static XMLMessage.Type XMLMessage.getTypeFromContentType(javax.mail.internet.ContentType contentType)
           
static XMLMessage.Type XMLMessage.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XMLMessage.Type[] XMLMessage.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.axis2.transport.testkit.message with parameters of type XMLMessage.Type
XMLMessage(org.apache.axiom.om.OMElement payload, XMLMessage.Type type)
           
XMLMessage(org.apache.axiom.om.OMElement payload, XMLMessage.Type type, org.apache.axiom.attachments.Attachments attachments)
           
 

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

Methods in org.apache.axis2.transport.testkit.tests.async that return XMLMessage.Type
 XMLMessage.Type XMLAsyncMessageTestCase.getXmlMessageType()
           
 

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

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

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

Constructors in org.apache.axis2.transport.testkit.tests.echo with parameters of type XMLMessage.Type
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.