Package org.mule.soap.internal.rm.store
Class MessageTransfer
java.lang.Object
org.mule.soap.internal.rm.store.MessageTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMessageTransfer(org.apache.cxf.ws.rm.persistence.RMMessage rmMessage, boolean outbound) -
Method Summary
-
Constructor Details
-
MessageTransfer
public MessageTransfer(org.apache.cxf.ws.rm.persistence.RMMessage rmMessage, boolean outbound) throws IOException - Throws:
IOException
-
-
Method Details
-
getContent
public byte[] getContent() -
getContentType
-
getMessageNumber
public long getMessageNumber() -
getTo
-
getCreatedTime
public long getCreatedTime() -
isOutbound
public boolean isOutbound()
-