Apache CXF API

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.
 CreateSequenceResponseType Proxy.createSequence(EndpointReferenceType defaultAcksTo, RelatesToType relatesTo, boolean isServer)
           
 Destination RMManager.getDestination(Message message)
           
 RMEndpoint RMManager.getReliableEndpoint(Message message)
           
 SourceSequence RMManager.getSequence(Identifier inSeqId, Message message, AddressingProperties maps)
           
 Source RMManager.getSource(Message message)
           
protected  void RMCaptureInInterceptor.handle(Message message)
           
 void RMDeliveryInterceptor.handle(Message message)
           
protected abstract  void AbstractRMInterceptor.handle(Message message)
           
protected  void RMOutInterceptor.handle(Message msg)
           
protected  void RMInInterceptor.handle(Message message)
           
 void SourceSequence.setAcknowledged(SequenceAcknowledgement a)
          Used by the RM source to cache received acknowledgements for this sequence.
 


Apache CXF API

Apache CXF