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 RMManagerAbstractEndpoint. getManager()RMManagerAbstractRMInterceptor. getManager()RMManagerRetransmissionInterceptor. getManager()RMManagerRMEndpoint. getManager()Methods in org.apache.cxf.ws.rm with parameters of type RMManager Modifier and Type Method Description static ObjectNameRMUtils. getManagedObjectName(RMManager manager)static ObjectNameRMUtils. getManagedObjectName(RMManager manager, Endpoint ep)voidAbstractRMInterceptor. setManager(RMManager m)voidRetransmissionInterceptor. setManager(RMManager manager)Constructors in org.apache.cxf.ws.rm with parameters of type RMManager Constructor Description ManagedRMManager(RMManager manager)RMEndpoint(RMManager m, Endpoint ae) -
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 RMManagerRedeliveryQueueImpl. getManager()RMManagerRetransmissionQueueImpl. getManager()Methods in org.apache.cxf.ws.rm.soap with parameters of type RMManager Modifier and Type Method Description voidRedeliveryQueueImpl. setManager(RMManager m)voidRetransmissionQueueImpl. setManager(RMManager m)Constructors in org.apache.cxf.ws.rm.soap with parameters of type RMManager Constructor Description RedeliveryQueueImpl(RMManager m)RetransmissionQueueImpl(RMManager m)
-