Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.RMManager

Packages that use RMManager
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.soap   
 

Uses of RMManager in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return RMManager
 RMManager AbstractEndpoint.getManager()
           
 RMManager RMEndpoint.getManager()
           
 RMManager RetransmissionInterceptor.getManager()
           
 RMManager AbstractRMInterceptor.getManager()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type RMManager
static ObjectName RMUtils.getManagedObjectName(RMManager manager)
           
static ObjectName RMUtils.getManagedObjectName(RMManager manager, Endpoint ep)
           
 void RetransmissionInterceptor.setManager(RMManager manager)
           
 void AbstractRMInterceptor.setManager(RMManager m)
           
 

Constructors in org.apache.cxf.ws.rm with parameters of type RMManager
ManagedRMManager(RMManager manager)
           
RMEndpoint(RMManager m, Endpoint ae, ProtocolVariation pv)
          Constructor.
 

Uses of RMManager in org.apache.cxf.ws.rm.soap
 

Methods in org.apache.cxf.ws.rm.soap that return RMManager
 RMManager RetransmissionQueueImpl.getManager()
           
 

Methods in org.apache.cxf.ws.rm.soap with parameters of type RMManager
 void RetransmissionQueueImpl.setManager(RMManager m)
           
 

Constructors in org.apache.cxf.ws.rm.soap with parameters of type RMManager
RetransmissionQueueImpl(RMManager m)
           
 


Apache CXF API

Apache CXF