Uses of Interface
org.apache.cxf.ws.rm.persistence.RMMessage

Packages that use RMMessage
org.apache.cxf.ws.rm.persistence   
 

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
 java.util.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.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.