Uses of Class
org.apache.cxf.ws.rm.RMException

Packages that use RMException
org.apache.cxf.ws.rm   
 

Uses of RMException in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that throw RMException
 void Destination.acknowledge(Message message)
          Acknowledges receipt of a message.
 org.apache.cxf.ws.rm.CreateSequenceResponseType Proxy.createSequence(org.apache.cxf.ws.addressing.v200408.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.RelatesToType relatesTo, boolean isServer)
           
 SourceSequence RMManager.getSequence(org.apache.cxf.ws.rm.Identifier inSeqId, Message message, AddressingProperties maps)
           
protected abstract  void AbstractRMInterceptor.handle(Message message)
           
protected  void RMInInterceptor.handle(Message message)
           
protected  void RMOutInterceptor.handle(Message message)
           
 void SourceSequence.setAcknowledged(org.apache.cxf.ws.rm.SequenceAcknowledgement a)
          Used by the RM source to cache received acknowledgements for this sequence.
 void Servant.terminateSequence(Message message)
           
 



Apache CXF