Uses of Class
org.apache.cxf.ws.rm.persistence.RMMessage
-
Packages that use RMMessage Package Description org.apache.cxf.ws.rm.persistence org.apache.cxf.ws.rm.persistence.jdbc -
-
Uses of RMMessage in org.apache.cxf.ws.rm.persistence
Methods in org.apache.cxf.ws.rm.persistence that return types with arguments of type RMMessage Modifier and Type Method Description Collection<RMMessage>
RMStore. getMessages(Identifier sid, boolean outbound)
Retrieves the outbound/inbound messages stored for the source/destination sequence with the given identifier.Methods in org.apache.cxf.ws.rm.persistence with parameters of type RMMessage Modifier and Type Method Description static void
PersistenceUtils. decodeRMContent(RMMessage rmmsg, org.apache.cxf.message.Message msg)
static void
PersistenceUtils. encodeRMContent(RMMessage rmmsg, org.apache.cxf.message.Message msg, InputStream msgContent)
void
RMStore. persistIncoming(DestinationSequence seq, RMMessage msg)
Called by an RM source upon processing an outbound message.void
RMStore. persistOutgoing(SourceSequence seq, RMMessage msg)
Called by an RM source upon processing an outbound message. -
Uses of RMMessage in org.apache.cxf.ws.rm.persistence.jdbc
Methods in org.apache.cxf.ws.rm.persistence.jdbc that return types with arguments of type RMMessage Modifier and Type Method Description Collection<RMMessage>
RMTxStore. getMessages(Identifier sid, boolean outbound)
Methods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type RMMessage Modifier and Type Method Description void
RMTxStore. persistIncoming(DestinationSequence seq, RMMessage msg)
void
RMTxStore. persistOutgoing(SourceSequence seq, RMMessage msg)
protected void
RMTxStore. storeMessage(Connection con, Identifier sid, RMMessage msg, boolean outbound)
protected void
RMTxStore. storeMessage(Identifier sid, RMMessage msg, boolean outbound)
this method is only useful when keepConnection is set to true
-