Package | Description |
---|---|
org.apache.axis2.transport.testkit.message | |
org.apache.axis2.transport.testkit.tests.async | |
org.apache.axis2.transport.testkit.tests.echo |
Modifier and Type | Method and Description |
---|---|
XMLMessage.Type |
XMLMessage.getType() |
static XMLMessage.Type |
XMLMessage.getTypeFromContentType(ContentType contentType) |
static XMLMessage.Type |
XMLMessage.Type.valueOf(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.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
XMLMessage.Type |
XMLAsyncMessageTestCase.getXmlMessageType() |
Constructor and Description |
---|
XMLAsyncMessageTestCase(AsyncChannel channel,
AsyncTestClient<XMLMessage> client,
AsyncEndpoint<XMLMessage> endpoint,
XMLMessage.Type xmlMessageType,
MessageTestData data,
Object... resources) |
Modifier and Type | Method and Description |
---|---|
XMLMessage.Type |
XMLRequestResponseMessageTestCase.getXmlMessageType() |
Constructor and Description |
---|
XMLRequestResponseMessageTestCase(RequestResponseChannel channel,
RequestResponseTestClient<XMLMessage,XMLMessage> client,
InOutEndpoint endpoint,
XMLMessage.Type xmlMessageType,
MessageTestData data,
Object... resources) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.