Uses of Class
org.apache.cxf.ws.rm.RMManager
-
Packages that use RMManager Package Description 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 Modifier and Type Method Description RMManager
AbstractEndpoint. getManager()
RMManager
AbstractRMInterceptor. getManager()
RMManager
RetransmissionInterceptor. getManager()
RMManager
RMEndpoint. getManager()
Methods in org.apache.cxf.ws.rm with parameters of type RMManager Modifier and Type Method Description static ObjectName
RMUtils. getManagedObjectName(RMManager manager)
static ObjectName
RMUtils. getManagedObjectName(RMManager manager, org.apache.cxf.endpoint.Endpoint ep)
void
AbstractRMInterceptor. setManager(RMManager m)
void
RetransmissionInterceptor. setManager(RMManager manager)
Constructors in org.apache.cxf.ws.rm with parameters of type RMManager Constructor Description ManagedRMManager(RMManager manager)
RMEndpoint(RMManager m, org.apache.cxf.endpoint.Endpoint ae)
Constructor. -
Uses of RMManager in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap that return RMManager Modifier and Type Method Description RMManager
RedeliveryQueueImpl. getManager()
RMManager
RetransmissionQueueImpl. getManager()
Methods in org.apache.cxf.ws.rm.soap with parameters of type RMManager Modifier and Type Method Description void
RedeliveryQueueImpl. setManager(RMManager m)
void
RetransmissionQueueImpl. setManager(RMManager m)
Constructors in org.apache.cxf.ws.rm.soap with parameters of type RMManager Constructor Description RedeliveryQueueImpl(RMManager m)
RetransmissionQueueImpl(RMManager m)
-