org.apache.cxf.ws.rm
Class RMManager

java.lang.Object
  extended by org.apache.cxf.configuration.AbstractConfigurableBeanBase
      extended by org.apache.cxf.ws.rm.manager.RMManagerConfigBean
          extended by org.apache.cxf.ws.rm.RMManager
All Implemented Interfaces:
org.apache.cxf.configuration.Configurable

public class RMManager
extends RMManagerConfigBean


Field Summary
 
Fields inherited from class org.apache.cxf.ws.rm.manager.RMManagerConfigBean
deliveryAssurance, destinationPolicy, rmAssertion, sourcePolicy
 
Constructor Summary
RMManager()
           
 
Method Summary
 org.apache.cxf.Bus getBus()
           
 Destination getDestination(org.apache.cxf.message.Message message)
           
 RMEndpoint getReliableEndpoint(org.apache.cxf.endpoint.Endpoint e)
           
 RMEndpoint getReliableEndpoint(org.apache.cxf.message.Message message)
           
 RetransmissionQueue getRetransmissionQueue()
           
 SourceSequence getSequence(Identifier inSeqId, org.apache.cxf.message.Message message, org.apache.cxf.ws.addressing.AddressingProperties maps)
           
 Source getSource(org.apache.cxf.message.Message message)
           
 SourceSequence getSourceSequence(Identifier id)
           
 RMStore getStore()
           
 java.util.Timer getTimer()
           
 void register()
           
 void setBus(org.apache.cxf.Bus b)
           
 void setRetransmissionQueue(RetransmissionQueue rq)
           
 void setStore(RMStore s)
           
 void shutdown()
           
 
Methods inherited from class org.apache.cxf.ws.rm.manager.RMManagerConfigBean
getDeliveryAssurance, getDestinationPolicy, getRMAssertion, getSourcePolicy, isSetDeliveryAssurance, isSetDestinationPolicy, isSetRMAssertion, isSetSourcePolicy, setDeliveryAssurance, setDestinationPolicy, setRMAssertion, setSourcePolicy
 
Methods inherited from class org.apache.cxf.configuration.AbstractConfigurableBeanBase
getBeanName, getFallbackProviders, getOverwriteProviders, notifyPropertyChange, setFallbackProviders, setOverwriteProviders, tryFallback, tryOverwrite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMManager

public RMManager()
Method Detail

getBus

public org.apache.cxf.Bus getBus()

setBus

public void setBus(org.apache.cxf.Bus b)

register

@PostConstruct
public void register()

getStore

public RMStore getStore()

setStore

public void setStore(RMStore s)

getRetransmissionQueue

public RetransmissionQueue getRetransmissionQueue()

setRetransmissionQueue

public void setRetransmissionQueue(RetransmissionQueue rq)

getTimer

public java.util.Timer getTimer()

getReliableEndpoint

public RMEndpoint getReliableEndpoint(org.apache.cxf.endpoint.Endpoint e)

getReliableEndpoint

public RMEndpoint getReliableEndpoint(org.apache.cxf.message.Message message)

getDestination

public Destination getDestination(org.apache.cxf.message.Message message)

getSourceSequence

public SourceSequence getSourceSequence(Identifier id)

getSource

public Source getSource(org.apache.cxf.message.Message message)

getSequence

public SourceSequence getSequence(Identifier inSeqId,
                                  org.apache.cxf.message.Message message,
                                  org.apache.cxf.ws.addressing.AddressingProperties maps)
                           throws SequenceFault
Throws:
SequenceFault

shutdown

@PreDestroy
public void shutdown()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.