|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.transport.AbstractMessageAdapter
org.mule.transport.soap.axis.AxisMessageAdapter
public class AxisMessageAdapter
AxisMessageAdapter wraps a soap message. The payload of the adapter
is the raw message received from the transport, but you also have access to the
SOAPMessage object by using adapter.getSOAPMessage()
| Field Summary |
|---|
| Fields inherited from class org.mule.transport.AbstractMessageAdapter |
|---|
attachments, encoding, exceptionPayload, id, logger, properties |
| Fields inherited from interface org.mule.api.ThreadSafeAccess |
|---|
READ, WRITE |
| Constructor Summary | |
|---|---|
AxisMessageAdapter(AxisMessageAdapter template)
|
|
AxisMessageAdapter(Object message)
|
|
| Method Summary | |
|---|---|
void |
addAttachment(String name,
DataHandler dataHandler)
|
Object |
getPayload()
|
javax.xml.soap.SOAPMessage |
getSoapMessage()
|
org.mule.api.ThreadSafeAccess |
newThreadCopy()
|
void |
removeAttachment(String name)
|
| Methods inherited from class org.mule.transport.AbstractMessageAdapter |
|---|
addInboundProperties, addProperties, assertAccess, clearProperties, getAttachment, getAttachmentNames, getBooleanProperty, getCorrelationGroupSize, getCorrelationId, getCorrelationSequence, getDoubleProperty, getEncoding, getExceptionPayload, getIntProperty, getLongProperty, getProperty, getProperty, getPropertyNames, getReplyTo, getStringProperty, getUniqueId, isDisabled, newException, release, removeProperty, resetAccessControl, setBooleanProperty, setCorrelationGroupSize, setCorrelationId, setCorrelationSequence, setDoubleProperty, setEncoding, setExceptionPayload, setIntProperty, setLongProperty, setProperty, setProperty, setReplyTo, setStringProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AxisMessageAdapter(Object message)
throws org.mule.api.MessagingException
org.mule.api.MessagingExceptionpublic AxisMessageAdapter(AxisMessageAdapter template)
| Method Detail |
|---|
public Object getPayload()
public javax.xml.soap.SOAPMessage getSoapMessage()
public void addAttachment(String name,
DataHandler dataHandler)
throws Exception
addAttachment in interface org.mule.api.transport.MessageAdapteraddAttachment in class org.mule.transport.AbstractMessageAdapterException
public void removeAttachment(String name)
throws Exception
removeAttachment in interface org.mule.api.transport.MessageAdapterremoveAttachment in class org.mule.transport.AbstractMessageAdapterExceptionpublic org.mule.api.ThreadSafeAccess newThreadCopy()
newThreadCopy in interface org.mule.api.ThreadSafeAccessnewThreadCopy in class org.mule.transport.AbstractMessageAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||