Package org.mule.soap.internal.rm
Class MuleRMManager
java.lang.Object
org.apache.cxf.ws.rm.RMManager
org.mule.soap.internal.rm.ForwardingRMManager
org.mule.soap.internal.rm.MuleRMManager
-
Field Summary
Fields inherited from class org.apache.cxf.ws.rm.RMManager
WSRM_ACKNOWLEDGEMENT_INTERVAL_PROPERTY, WSRM_EXPONENTIAL_BACKOFF_PROPERTY, WSRM_INACTIVITY_TIMEOUT_PROPERTY, WSRM_LAST_MESSAGE_PROPERTY, WSRM_RETRANSMISSION_INTERVAL_PROPERTY, WSRM_VERSION_PROPERTY, WSRM_WSA_VERSION_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclientCreated(org.apache.cxf.endpoint.Client client) Recover reliable messaging state from store for the created client.org.apache.cxf.ws.rm.SourceSequencegetSequence(org.apache.cxf.ws.rm.v200702.Identifier inSeqId, org.apache.cxf.message.Message message, org.apache.cxf.ws.addressing.AddressingProperties maps) Methods inherited from class org.mule.soap.internal.rm.ForwardingRMManager
clientDestroyed, findReliableEndpoint, getBindingFaultFactory, getBus, getConfiguration, getDestination, getDestinationPolicy, getEffectiveConfiguration, getIdGenerator, getRedeliveryQueue, getReliableEndpoint, getRetransmissionQueue, getRetransmitChain, getSource, getSourcePolicy, getStore, getTimer, init, initializeInterceptorChain, setBus, setConfiguration, setDeliveryAssurance, setDestinationPolicy, setIdGenerator, setRedeliveryQueue, setRetransmissionQueue, setRM10AddressingNamespace, setRMAssertion, setRMNamespace, setSourcePolicy, setStore, shutdown, startServer, stopServer
-
Constructor Details
-
MuleRMManager
public MuleRMManager(org.apache.cxf.ws.rm.RMManager manager)
-
-
Method Details
-
getSequence
public org.apache.cxf.ws.rm.SourceSequence getSequence(org.apache.cxf.ws.rm.v200702.Identifier inSeqId, org.apache.cxf.message.Message message, org.apache.cxf.ws.addressing.AddressingProperties maps) throws org.apache.cxf.ws.rm.RMException - Overrides:
getSequencein classForwardingRMManager- Throws:
org.apache.cxf.ws.rm.RMException
-
clientCreated
public void clientCreated(org.apache.cxf.endpoint.Client client) Recover reliable messaging state from store for the created client.- Overrides:
clientCreatedin classForwardingRMManager- Parameters:
client-
-