|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RMMessage | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
Collection<RMMessage> |
RMTxStore.getMessages(Identifier sid,
boolean outbound)
|
Methods in org.apache.cxf.ws.rm.persistence.jdbc with parameters of type RMMessage | |
---|---|
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 |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |