Uses of Class
org.apache.cxf.ws.rm.RMException
-
Packages that use RMException Package Description org.apache.cxf.ws.rm -
-
Uses of RMException in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that throw RMException Modifier and Type Method Description 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, org.apache.cxf.message.Exchange exchange, Map<String,Object> context)
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 abstract void
AbstractRMInterceptor. handle(org.apache.cxf.message.Message message)
protected void
RMCaptureInInterceptor. handle(org.apache.cxf.message.Message message)
protected void
RMCaptureOutInterceptor. handle(org.apache.cxf.message.Message msg)
void
RMDeliveryInterceptor. handle(org.apache.cxf.message.Message message)
protected void
RMInInterceptor. handle(org.apache.cxf.message.Message message)
protected void
RMOutInterceptor. handle(org.apache.cxf.message.Message msg)
void
SourceSequence. setAcknowledged(SequenceAcknowledgement ack)
Used by the RM source to cache received acknowledgements for this sequence.
-