public class RMStoreImp extends Object implements org.apache.cxf.ws.rm.persistence.RMStore
RMStore that uses ReliableMessagingStore.| Constructor and Description |
|---|
RMStoreImp(ReliableMessagingStore<Serializable> reliableMessagingStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
createDestinationSequence(org.apache.cxf.ws.rm.DestinationSequence destinationSequence) |
void |
createSourceSequence(org.apache.cxf.ws.rm.SourceSequence sourceSequence) |
org.apache.cxf.ws.rm.DestinationSequence |
getDestinationSequence(org.apache.cxf.ws.rm.v200702.Identifier identifier) |
Collection<org.apache.cxf.ws.rm.DestinationSequence> |
getDestinationSequences(String s) |
Collection<org.apache.cxf.ws.rm.persistence.RMMessage> |
getMessages(org.apache.cxf.ws.rm.v200702.Identifier identifier,
boolean b) |
org.apache.cxf.ws.rm.SourceSequence |
getSourceSequence(org.apache.cxf.ws.rm.v200702.Identifier identifier) |
Collection<org.apache.cxf.ws.rm.SourceSequence> |
getSourceSequences(String s) |
void |
persistIncoming(org.apache.cxf.ws.rm.DestinationSequence destinationSequence,
org.apache.cxf.ws.rm.persistence.RMMessage rmMessage) |
void |
persistOutgoing(org.apache.cxf.ws.rm.SourceSequence sourceSequence,
org.apache.cxf.ws.rm.persistence.RMMessage rmMessage) |
void |
removeDestinationSequence(org.apache.cxf.ws.rm.v200702.Identifier identifier) |
void |
removeMessages(org.apache.cxf.ws.rm.v200702.Identifier identifier,
Collection<Long> messageNrs,
boolean b) |
void |
removeSourceSequence(org.apache.cxf.ws.rm.v200702.Identifier identifier) |
public RMStoreImp(ReliableMessagingStore<Serializable> reliableMessagingStore)
public void createSourceSequence(org.apache.cxf.ws.rm.SourceSequence sourceSequence)
createSourceSequence in interface org.apache.cxf.ws.rm.persistence.RMStorepublic void createDestinationSequence(org.apache.cxf.ws.rm.DestinationSequence destinationSequence)
createDestinationSequence in interface org.apache.cxf.ws.rm.persistence.RMStorepublic org.apache.cxf.ws.rm.SourceSequence getSourceSequence(org.apache.cxf.ws.rm.v200702.Identifier identifier)
getSourceSequence in interface org.apache.cxf.ws.rm.persistence.RMStorepublic org.apache.cxf.ws.rm.DestinationSequence getDestinationSequence(org.apache.cxf.ws.rm.v200702.Identifier identifier)
getDestinationSequence in interface org.apache.cxf.ws.rm.persistence.RMStorepublic void removeSourceSequence(org.apache.cxf.ws.rm.v200702.Identifier identifier)
removeSourceSequence in interface org.apache.cxf.ws.rm.persistence.RMStorepublic void removeDestinationSequence(org.apache.cxf.ws.rm.v200702.Identifier identifier)
removeDestinationSequence in interface org.apache.cxf.ws.rm.persistence.RMStorepublic Collection<org.apache.cxf.ws.rm.SourceSequence> getSourceSequences(String s)
getSourceSequences in interface org.apache.cxf.ws.rm.persistence.RMStorepublic Collection<org.apache.cxf.ws.rm.DestinationSequence> getDestinationSequences(String s)
getDestinationSequences in interface org.apache.cxf.ws.rm.persistence.RMStorepublic Collection<org.apache.cxf.ws.rm.persistence.RMMessage> getMessages(org.apache.cxf.ws.rm.v200702.Identifier identifier, boolean b)
getMessages in interface org.apache.cxf.ws.rm.persistence.RMStorepublic void persistOutgoing(org.apache.cxf.ws.rm.SourceSequence sourceSequence,
org.apache.cxf.ws.rm.persistence.RMMessage rmMessage)
persistOutgoing in interface org.apache.cxf.ws.rm.persistence.RMStorepublic void persistIncoming(org.apache.cxf.ws.rm.DestinationSequence destinationSequence,
org.apache.cxf.ws.rm.persistence.RMMessage rmMessage)
persistIncoming in interface org.apache.cxf.ws.rm.persistence.RMStorepublic void removeMessages(org.apache.cxf.ws.rm.v200702.Identifier identifier,
Collection<Long> messageNrs,
boolean b)
removeMessages in interface org.apache.cxf.ws.rm.persistence.RMStoreCopyright © 2022. All rights reserved.