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



Apache CXF