Package org.mule.soap.internal.rm
Class ForwardingRMManager
java.lang.Object
org.apache.cxf.ws.rm.RMManager
org.mule.soap.internal.rm.ForwardingRMManager
- Direct Known Subclasses:
MuleRMManager
public class ForwardingRMManager
extends org.apache.cxf.ws.rm.RMManager
-
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) voidclientDestroyed(org.apache.cxf.endpoint.Client client) org.apache.cxf.ws.rm.RMEndpointorg.apache.cxf.ws.rm.BindingFaultFactorygetBindingFaultFactory(org.apache.cxf.binding.Binding binding) org.apache.cxf.BusgetBus()org.apache.cxf.ws.rm.RMConfigurationorg.apache.cxf.ws.rm.DestinationgetDestination(org.apache.cxf.message.Message message) org.apache.cxf.ws.rm.manager.DestinationPolicyTypeorg.apache.cxf.ws.rm.RMConfigurationgetEffectiveConfiguration(org.apache.cxf.message.Message msg) org.apache.cxf.ws.rm.SequenceIdentifierGeneratororg.apache.cxf.ws.rm.RedeliveryQueueorg.apache.cxf.ws.rm.RMEndpointgetReliableEndpoint(org.apache.cxf.message.Message message) org.apache.cxf.ws.rm.RetransmissionQueueorg.apache.cxf.phase.PhaseInterceptorChaingetRetransmitChain(org.apache.cxf.message.Message msg) 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) org.apache.cxf.ws.rm.SourcegetSource(org.apache.cxf.message.Message message) org.apache.cxf.ws.rm.manager.SourcePolicyTypeorg.apache.cxf.ws.rm.persistence.RMStoregetStore()getTimer()voidinit(org.apache.cxf.Bus b) voidinitializeInterceptorChain(org.apache.cxf.message.Message msg) voidsetBus(org.apache.cxf.Bus b) voidsetConfiguration(org.apache.cxf.ws.rm.RMConfiguration configuration) voidsetDeliveryAssurance(org.apache.cxf.ws.rm.manager.DeliveryAssuranceType dat) voidsetDestinationPolicy(org.apache.cxf.ws.rm.manager.DestinationPolicyType destinationPolicy) voidsetIdGenerator(org.apache.cxf.ws.rm.SequenceIdentifierGenerator generator) voidsetRedeliveryQueue(org.apache.cxf.ws.rm.RedeliveryQueue redeliveryQueue) voidsetRetransmissionQueue(org.apache.cxf.ws.rm.RetransmissionQueue rq) voidsetRM10AddressingNamespace(org.apache.cxf.ws.rm.manager.RM10AddressingNamespaceType addrns) voidsetRMAssertion(org.apache.cxf.ws.rmp.v200502.RMAssertion rma) voidsetRMNamespace(String uri) voidsetSourcePolicy(org.apache.cxf.ws.rm.manager.SourcePolicyType sp) voidsetStore(org.apache.cxf.ws.rm.persistence.RMStore s) voidshutdown()voidstartServer(org.apache.cxf.endpoint.Server server) voidstopServer(org.apache.cxf.endpoint.Server server)
-
Constructor Details
-
ForwardingRMManager
public ForwardingRMManager(org.apache.cxf.ws.rm.RMManager manager)
-
-
Method Details
-
startServer
public void startServer(org.apache.cxf.endpoint.Server server) - Overrides:
startServerin classorg.apache.cxf.ws.rm.RMManager
-
stopServer
public void stopServer(org.apache.cxf.endpoint.Server server) - Overrides:
stopServerin classorg.apache.cxf.ws.rm.RMManager
-
clientCreated
public void clientCreated(org.apache.cxf.endpoint.Client client) - Overrides:
clientCreatedin classorg.apache.cxf.ws.rm.RMManager
-
clientDestroyed
public void clientDestroyed(org.apache.cxf.endpoint.Client client) - Overrides:
clientDestroyedin classorg.apache.cxf.ws.rm.RMManager
-
setRMNamespace
- Overrides:
setRMNamespacein classorg.apache.cxf.ws.rm.RMManager
-
setRM10AddressingNamespace
public void setRM10AddressingNamespace(org.apache.cxf.ws.rm.manager.RM10AddressingNamespaceType addrns) - Overrides:
setRM10AddressingNamespacein classorg.apache.cxf.ws.rm.RMManager
-
getBus
public org.apache.cxf.Bus getBus()- Overrides:
getBusin classorg.apache.cxf.ws.rm.RMManager
-
setBus
public void setBus(org.apache.cxf.Bus b) - Overrides:
setBusin classorg.apache.cxf.ws.rm.RMManager
-
getStore
public org.apache.cxf.ws.rm.persistence.RMStore getStore()- Overrides:
getStorein classorg.apache.cxf.ws.rm.RMManager
-
setStore
public void setStore(org.apache.cxf.ws.rm.persistence.RMStore s) - Overrides:
setStorein classorg.apache.cxf.ws.rm.RMManager
-
getRetransmissionQueue
public org.apache.cxf.ws.rm.RetransmissionQueue getRetransmissionQueue()- Overrides:
getRetransmissionQueuein classorg.apache.cxf.ws.rm.RMManager
-
setRetransmissionQueue
public void setRetransmissionQueue(org.apache.cxf.ws.rm.RetransmissionQueue rq) - Overrides:
setRetransmissionQueuein classorg.apache.cxf.ws.rm.RMManager
-
getRedeliveryQueue
public org.apache.cxf.ws.rm.RedeliveryQueue getRedeliveryQueue()- Overrides:
getRedeliveryQueuein classorg.apache.cxf.ws.rm.RMManager
-
setRedeliveryQueue
public void setRedeliveryQueue(org.apache.cxf.ws.rm.RedeliveryQueue redeliveryQueue) - Overrides:
setRedeliveryQueuein classorg.apache.cxf.ws.rm.RMManager
-
getIdGenerator
public org.apache.cxf.ws.rm.SequenceIdentifierGenerator getIdGenerator()- Overrides:
getIdGeneratorin classorg.apache.cxf.ws.rm.RMManager
-
setIdGenerator
public void setIdGenerator(org.apache.cxf.ws.rm.SequenceIdentifierGenerator generator) - Overrides:
setIdGeneratorin classorg.apache.cxf.ws.rm.RMManager
-
getTimer
- Overrides:
getTimerin classorg.apache.cxf.ws.rm.RMManager
-
getBindingFaultFactory
public org.apache.cxf.ws.rm.BindingFaultFactory getBindingFaultFactory(org.apache.cxf.binding.Binding binding) - Overrides:
getBindingFaultFactoryin classorg.apache.cxf.ws.rm.RMManager
-
setDeliveryAssurance
public void setDeliveryAssurance(org.apache.cxf.ws.rm.manager.DeliveryAssuranceType dat) - Overrides:
setDeliveryAssurancein classorg.apache.cxf.ws.rm.RMManager
-
getDestinationPolicy
public org.apache.cxf.ws.rm.manager.DestinationPolicyType getDestinationPolicy()- Overrides:
getDestinationPolicyin classorg.apache.cxf.ws.rm.RMManager
-
setDestinationPolicy
public void setDestinationPolicy(org.apache.cxf.ws.rm.manager.DestinationPolicyType destinationPolicy) - Overrides:
setDestinationPolicyin classorg.apache.cxf.ws.rm.RMManager
-
getConfiguration
public org.apache.cxf.ws.rm.RMConfiguration getConfiguration()- Overrides:
getConfigurationin classorg.apache.cxf.ws.rm.RMManager
-
setConfiguration
public void setConfiguration(org.apache.cxf.ws.rm.RMConfiguration configuration) - Overrides:
setConfigurationin classorg.apache.cxf.ws.rm.RMManager
-
getEffectiveConfiguration
public org.apache.cxf.ws.rm.RMConfiguration getEffectiveConfiguration(org.apache.cxf.message.Message msg) - Overrides:
getEffectiveConfigurationin classorg.apache.cxf.ws.rm.RMManager
-
setRMAssertion
public void setRMAssertion(org.apache.cxf.ws.rmp.v200502.RMAssertion rma) - Overrides:
setRMAssertionin classorg.apache.cxf.ws.rm.RMManager
-
getSourcePolicy
public org.apache.cxf.ws.rm.manager.SourcePolicyType getSourcePolicy()- Overrides:
getSourcePolicyin classorg.apache.cxf.ws.rm.RMManager
-
setSourcePolicy
public void setSourcePolicy(org.apache.cxf.ws.rm.manager.SourcePolicyType sp) - Overrides:
setSourcePolicyin classorg.apache.cxf.ws.rm.RMManager
-
getReliableEndpoint
public org.apache.cxf.ws.rm.RMEndpoint getReliableEndpoint(org.apache.cxf.message.Message message) throws org.apache.cxf.ws.rm.RMException - Overrides:
getReliableEndpointin classorg.apache.cxf.ws.rm.RMManager- Throws:
org.apache.cxf.ws.rm.RMException
-
findReliableEndpoint
- Overrides:
findReliableEndpointin classorg.apache.cxf.ws.rm.RMManager
-
getDestination
public org.apache.cxf.ws.rm.Destination getDestination(org.apache.cxf.message.Message message) throws org.apache.cxf.ws.rm.RMException - Overrides:
getDestinationin classorg.apache.cxf.ws.rm.RMManager- Throws:
org.apache.cxf.ws.rm.RMException
-
getSource
public org.apache.cxf.ws.rm.Source getSource(org.apache.cxf.message.Message message) throws org.apache.cxf.ws.rm.RMException - Overrides:
getSourcein classorg.apache.cxf.ws.rm.RMManager- Throws:
org.apache.cxf.ws.rm.RMException
-
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 classorg.apache.cxf.ws.rm.RMManager- Throws:
org.apache.cxf.ws.rm.RMException
-
shutdown
public void shutdown()- Overrides:
shutdownin classorg.apache.cxf.ws.rm.RMManager
-
init
public void init(org.apache.cxf.Bus b) - Overrides:
initin classorg.apache.cxf.ws.rm.RMManager
-
initializeInterceptorChain
public void initializeInterceptorChain(org.apache.cxf.message.Message msg) - Overrides:
initializeInterceptorChainin classorg.apache.cxf.ws.rm.RMManager
-
getRetransmitChain
public org.apache.cxf.phase.PhaseInterceptorChain getRetransmitChain(org.apache.cxf.message.Message msg) - Overrides:
getRetransmitChainin classorg.apache.cxf.ws.rm.RMManager
-