public class RMManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
WSRM_LAST_MESSAGE_PROPERTY
Message contextual property giving the last message.
|
static String |
WSRM_VERSION_PROPERTY
Message contextual property giving WS-ReliableMessaging namespace.
|
static String |
WSRM_WSA_VERSION_PROPERTY
Message contextual property giving addressing namespace to be used by WS-RM implementation.
|
Constructor and Description |
---|
RMManager() |
public static final String WSRM_VERSION_PROPERTY
public static final String WSRM_WSA_VERSION_PROPERTY
public static final String WSRM_LAST_MESSAGE_PROPERTY
public void startServer(Server server)
public void stopServer(Server server)
public void clientCreated(Client client)
public void clientDestroyed(Client client)
public String getRMNamespace()
public void setRMNamespace(String uri)
public RM10AddressingNamespaceType getRMAddressingNamespace()
public void setRM10AddressingNamespace(RM10AddressingNamespaceType addrns)
public Bus getBus()
public void setBus(Bus b)
public RMStore getStore()
public void setStore(RMStore s)
public RetransmissionQueue getRetransmissionQueue()
public void setRetransmissionQueue(RetransmissionQueue rq)
public SequenceIdentifierGenerator getIdGenerator()
public void setIdGenerator(SequenceIdentifierGenerator generator)
public Timer getTimer()
public BindingFaultFactory getBindingFaultFactory(Binding binding)
public DeliveryAssuranceType getDeliveryAssurance()
public void setDeliveryAssurance(DeliveryAssuranceType deliveryAssurance)
deliveryAssurance
- The deliveryAssurance to set.public DestinationPolicyType getDestinationPolicy()
public void setDestinationPolicy(DestinationPolicyType destinationPolicy)
destinationPolicy
- The destinationPolicy to set.public RMAssertion getRMAssertion()
public void setRMAssertion(RMAssertion rma)
rma
- The rmAssertion to set.public SourcePolicyType getSourcePolicy()
public void setSourcePolicy(SourcePolicyType sp)
sp
- The sourcePolicy to set.public RMEndpoint getReliableEndpoint(Message message) throws RMException
RMException
public String getAddressingNamespace(Message message)
message
- public Destination getDestination(Message message) throws RMException
RMException
public Source getSource(Message message) throws RMException
RMException
public SourceSequence getSequence(Identifier inSeqId, Message message, AddressingProperties maps) throws RMException
RMException
@PreDestroy public void shutdown()
public void init(Bus b)
Apache CXF