Uses of Class
org.apache.cxf.ws.rm.persistence.RMMessage
Packages that use RMMessage
-
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 RMMessageModifier and TypeMethodDescriptionRMStore.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 RMMessageModifier and TypeMethodDescriptionstatic voidPersistenceUtils.decodeRMContent(RMMessage rmmsg, org.apache.cxf.message.Message msg) static voidPersistenceUtils.encodeRMContent(RMMessage rmmsg, org.apache.cxf.message.Message msg, InputStream msgContent) voidRMStore.persistIncoming(DestinationSequence seq, RMMessage msg) Called by an RM source upon processing an outbound message.voidRMStore.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 RMMessageMethods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type RMMessageModifier and TypeMethodDescriptionvoidRMTxStore.persistIncoming(DestinationSequence seq, RMMessage msg) voidRMTxStore.persistOutgoing(SourceSequence seq, RMMessage msg) protected voidRMTxStore.storeMessage(Connection con, Identifier sid, RMMessage msg, boolean outbound) protected voidRMTxStore.storeMessage(Identifier sid, RMMessage msg, boolean outbound) this method is only useful when keepConnection is set to true