Uses of Interface
org.apache.cxf.wsn.EndpointManager
Packages that use EndpointManager
-
Uses of EndpointManager in org.apache.cxf.wsn
Fields in org.apache.cxf.wsn declared as EndpointManagerMethods in org.apache.cxf.wsn that return EndpointManagerMethods in org.apache.cxf.wsn with parameters of type EndpointManagerModifier and TypeMethodDescriptionAbstractCreatePullPoint.handleCreatePullPoint(CreatePullPoint createPullPointRequest, EndpointManager manager) AbstractNotificationBroker.handleSubscribe(Subscribe subscribeRequest, EndpointManager manager) voidAbstractEndpoint.setManager(EndpointManager manager) -
Uses of EndpointManager in org.apache.cxf.wsn.services
Classes in org.apache.cxf.wsn.services that implement EndpointManagerConstructors in org.apache.cxf.wsn.services with parameters of type EndpointManagerModifierConstructorDescriptionJaxwsCreatePullPoint(String name, jakarta.jms.ConnectionFactory connectionFactory, EndpointManager epManager) JaxwsNotificationBroker(String name, jakarta.jms.ConnectionFactory connectionFactory, EndpointManager epManager)