public class ForwardingRMManager
extends org.apache.cxf.ws.rm.RMManager
| Constructor and Description |
|---|
ForwardingRMManager(org.apache.cxf.ws.rm.RMManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
clientCreated(org.apache.cxf.endpoint.Client client) |
void |
clientDestroyed(org.apache.cxf.endpoint.Client client) |
org.apache.cxf.ws.rm.RMEndpoint |
findReliableEndpoint(QName qn) |
org.apache.cxf.ws.rm.BindingFaultFactory |
getBindingFaultFactory(org.apache.cxf.binding.Binding binding) |
org.apache.cxf.Bus |
getBus() |
org.apache.cxf.ws.rm.RMConfiguration |
getConfiguration() |
org.apache.cxf.ws.rm.Destination |
getDestination(org.apache.cxf.message.Message message) |
org.apache.cxf.ws.rm.manager.DestinationPolicyType |
getDestinationPolicy() |
org.apache.cxf.ws.rm.RMConfiguration |
getEffectiveConfiguration(org.apache.cxf.message.Message msg) |
org.apache.cxf.ws.rm.SequenceIdentifierGenerator |
getIdGenerator() |
org.apache.cxf.ws.rm.RedeliveryQueue |
getRedeliveryQueue() |
org.apache.cxf.ws.rm.RMEndpoint |
getReliableEndpoint(org.apache.cxf.message.Message message) |
org.apache.cxf.ws.rm.RetransmissionQueue |
getRetransmissionQueue() |
org.apache.cxf.phase.PhaseInterceptorChain |
getRetransmitChain(org.apache.cxf.message.Message msg) |
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) |
org.apache.cxf.ws.rm.Source |
getSource(org.apache.cxf.message.Message message) |
org.apache.cxf.ws.rm.manager.SourcePolicyType |
getSourcePolicy() |
org.apache.cxf.ws.rm.persistence.RMStore |
getStore() |
Timer |
getTimer() |
void |
init(org.apache.cxf.Bus b) |
void |
initializeInterceptorChain(org.apache.cxf.message.Message msg) |
void |
setBus(org.apache.cxf.Bus b) |
void |
setConfiguration(org.apache.cxf.ws.rm.RMConfiguration configuration) |
void |
setDeliveryAssurance(org.apache.cxf.ws.rm.manager.DeliveryAssuranceType dat) |
void |
setDestinationPolicy(org.apache.cxf.ws.rm.manager.DestinationPolicyType destinationPolicy) |
void |
setIdGenerator(org.apache.cxf.ws.rm.SequenceIdentifierGenerator generator) |
void |
setRedeliveryQueue(org.apache.cxf.ws.rm.RedeliveryQueue redeliveryQueue) |
void |
setRetransmissionQueue(org.apache.cxf.ws.rm.RetransmissionQueue rq) |
void |
setRM10AddressingNamespace(org.apache.cxf.ws.rm.manager.RM10AddressingNamespaceType addrns) |
void |
setRMAssertion(org.apache.cxf.ws.rmp.v200502.RMAssertion rma) |
void |
setRMNamespace(String uri) |
void |
setSourcePolicy(org.apache.cxf.ws.rm.manager.SourcePolicyType sp) |
void |
setStore(org.apache.cxf.ws.rm.persistence.RMStore s) |
void |
shutdown() |
void |
startServer(org.apache.cxf.endpoint.Server server) |
void |
stopServer(org.apache.cxf.endpoint.Server server) |
public ForwardingRMManager(org.apache.cxf.ws.rm.RMManager manager)
public void startServer(org.apache.cxf.endpoint.Server server)
startServer in class org.apache.cxf.ws.rm.RMManagerpublic void stopServer(org.apache.cxf.endpoint.Server server)
stopServer in class org.apache.cxf.ws.rm.RMManagerpublic void clientCreated(org.apache.cxf.endpoint.Client client)
clientCreated in class org.apache.cxf.ws.rm.RMManagerpublic void clientDestroyed(org.apache.cxf.endpoint.Client client)
clientDestroyed in class org.apache.cxf.ws.rm.RMManagerpublic void setRMNamespace(String uri)
setRMNamespace in class org.apache.cxf.ws.rm.RMManagerpublic void setRM10AddressingNamespace(org.apache.cxf.ws.rm.manager.RM10AddressingNamespaceType addrns)
setRM10AddressingNamespace in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.Bus getBus()
getBus in class org.apache.cxf.ws.rm.RMManagerpublic void setBus(org.apache.cxf.Bus b)
setBus in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.persistence.RMStore getStore()
getStore in class org.apache.cxf.ws.rm.RMManagerpublic void setStore(org.apache.cxf.ws.rm.persistence.RMStore s)
setStore in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.RetransmissionQueue getRetransmissionQueue()
getRetransmissionQueue in class org.apache.cxf.ws.rm.RMManagerpublic void setRetransmissionQueue(org.apache.cxf.ws.rm.RetransmissionQueue rq)
setRetransmissionQueue in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.RedeliveryQueue getRedeliveryQueue()
getRedeliveryQueue in class org.apache.cxf.ws.rm.RMManagerpublic void setRedeliveryQueue(org.apache.cxf.ws.rm.RedeliveryQueue redeliveryQueue)
setRedeliveryQueue in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.SequenceIdentifierGenerator getIdGenerator()
getIdGenerator in class org.apache.cxf.ws.rm.RMManagerpublic void setIdGenerator(org.apache.cxf.ws.rm.SequenceIdentifierGenerator generator)
setIdGenerator in class org.apache.cxf.ws.rm.RMManagerpublic Timer getTimer()
getTimer in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.BindingFaultFactory getBindingFaultFactory(org.apache.cxf.binding.Binding binding)
getBindingFaultFactory in class org.apache.cxf.ws.rm.RMManagerpublic void setDeliveryAssurance(org.apache.cxf.ws.rm.manager.DeliveryAssuranceType dat)
setDeliveryAssurance in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.manager.DestinationPolicyType getDestinationPolicy()
getDestinationPolicy in class org.apache.cxf.ws.rm.RMManagerpublic void setDestinationPolicy(org.apache.cxf.ws.rm.manager.DestinationPolicyType destinationPolicy)
setDestinationPolicy in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.RMConfiguration getConfiguration()
getConfiguration in class org.apache.cxf.ws.rm.RMManagerpublic void setConfiguration(org.apache.cxf.ws.rm.RMConfiguration configuration)
setConfiguration in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.RMConfiguration getEffectiveConfiguration(org.apache.cxf.message.Message msg)
getEffectiveConfiguration in class org.apache.cxf.ws.rm.RMManagerpublic void setRMAssertion(org.apache.cxf.ws.rmp.v200502.RMAssertion rma)
setRMAssertion in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.manager.SourcePolicyType getSourcePolicy()
getSourcePolicy in class org.apache.cxf.ws.rm.RMManagerpublic void setSourcePolicy(org.apache.cxf.ws.rm.manager.SourcePolicyType sp)
setSourcePolicy in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.RMEndpoint getReliableEndpoint(org.apache.cxf.message.Message message)
throws org.apache.cxf.ws.rm.RMException
getReliableEndpoint in class org.apache.cxf.ws.rm.RMManagerorg.apache.cxf.ws.rm.RMExceptionpublic org.apache.cxf.ws.rm.RMEndpoint findReliableEndpoint(QName qn)
findReliableEndpoint in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.ws.rm.Destination getDestination(org.apache.cxf.message.Message message)
throws org.apache.cxf.ws.rm.RMException
getDestination in class org.apache.cxf.ws.rm.RMManagerorg.apache.cxf.ws.rm.RMExceptionpublic org.apache.cxf.ws.rm.Source getSource(org.apache.cxf.message.Message message)
throws org.apache.cxf.ws.rm.RMException
getSource in class org.apache.cxf.ws.rm.RMManagerorg.apache.cxf.ws.rm.RMExceptionpublic 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
getSequence in class org.apache.cxf.ws.rm.RMManagerorg.apache.cxf.ws.rm.RMExceptionpublic void shutdown()
shutdown in class org.apache.cxf.ws.rm.RMManagerpublic void init(org.apache.cxf.Bus b)
init in class org.apache.cxf.ws.rm.RMManagerpublic void initializeInterceptorChain(org.apache.cxf.message.Message msg)
initializeInterceptorChain in class org.apache.cxf.ws.rm.RMManagerpublic org.apache.cxf.phase.PhaseInterceptorChain getRetransmitChain(org.apache.cxf.message.Message msg)
getRetransmitChain in class org.apache.cxf.ws.rm.RMManagerCopyright © 2024. All rights reserved.