public class XMLMessage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XMLMessage.Type |
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 |
---|---|
org.apache.axiom.attachments.Attachments |
getAttachments() |
org.apache.axiom.om.OMElement |
getMessageElement() |
org.apache.axiom.om.OMElement |
getPayload() |
XMLMessage.Type |
getType() |
static XMLMessage.Type |
getTypeFromContentType(ContentType contentType) |
public XMLMessage(org.apache.axiom.om.OMElement payload, XMLMessage.Type type, org.apache.axiom.attachments.Attachments attachments)
public XMLMessage(org.apache.axiom.om.OMElement payload, XMLMessage.Type type)
public XMLMessage.Type getType()
public org.apache.axiom.om.OMElement getPayload()
public org.apache.axiom.om.OMElement getMessageElement()
public org.apache.axiom.attachments.Attachments getAttachments()
public static XMLMessage.Type getTypeFromContentType(ContentType contentType)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.