public class AxisMessage extends Object
MockMessageReceiver
because it is not safe to
keep a reference to the MessageContext
object.Constructor and Description |
---|
AxisMessage() |
AxisMessage(MessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.attachments.Attachments |
getAttachments() |
org.apache.axiom.soap.SOAPEnvelope |
getEnvelope() |
String |
getMessageType() |
void |
setAttachments(org.apache.axiom.attachments.Attachments attachments) |
void |
setEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope) |
void |
setMessageType(String messageType) |
public AxisMessage()
public AxisMessage(MessageContext msgContext) throws Exception
Exception
public String getMessageType()
public void setMessageType(String messageType)
public org.apache.axiom.soap.SOAPEnvelope getEnvelope()
public void setEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope)
public org.apache.axiom.attachments.Attachments getAttachments()
public void setAttachments(org.apache.axiom.attachments.Attachments attachments)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.