Uses of Class
org.apache.cxf.ws.rm.RMException
Packages that use RMException
-
Uses of RMException in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that throw RMExceptionModifier and TypeMethodDescriptionvoidDestination.acknowledge(org.apache.cxf.message.Message message) Acknowledges receipt of a message.Proxy.createSequence(org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.RelatesToType relatesTo, boolean isServer, ProtocolVariation protocol, org.apache.cxf.message.Exchange exchange, Map<String, Object> context) RMManager.getDestination(org.apache.cxf.message.Message message) RMManager.getReliableEndpoint(org.apache.cxf.message.Message message) RMManager.getSequence(Identifier inSeqId, org.apache.cxf.message.Message message, org.apache.cxf.ws.addressing.AddressingProperties maps) RMManager.getSource(org.apache.cxf.message.Message message) protected abstract voidAbstractRMInterceptor.handle(org.apache.cxf.message.Message message) protected voidRMCaptureInInterceptor.handle(org.apache.cxf.message.Message message) protected voidRMCaptureOutInterceptor.handle(org.apache.cxf.message.Message msg) voidRMDeliveryInterceptor.handle(org.apache.cxf.message.Message message) protected voidRMInInterceptor.handle(org.apache.cxf.message.Message message) protected voidRMOutInterceptor.handle(org.apache.cxf.message.Message msg) voidSourceSequence.setAcknowledged(SequenceAcknowledgement ack) Used by the RM source to cache received acknowledgements for this sequence.