Apache CXF API

Uses of Interface
org.apache.cxf.wsn.EndpointMBean

Packages that use EndpointMBean
org.apache.cxf.wsn   
org.apache.cxf.wsn.jms   
org.apache.cxf.wsn.services   
 

Uses of EndpointMBean in org.apache.cxf.wsn
 

Subinterfaces of EndpointMBean in org.apache.cxf.wsn
 interface CreatePullPointMBean
           
 interface NotificationBrokerMBean
           
 

Classes in org.apache.cxf.wsn that implement EndpointMBean
 class AbstractCreatePullPoint
           
 class AbstractEndpoint
           
 class AbstractNotificationBroker
           
 class AbstractPublisher
           
 class AbstractPullPoint
           
 class AbstractSubscription
           
 

Methods in org.apache.cxf.wsn that return EndpointMBean
 EndpointMBean AbstractNotificationBroker.getAnonymousPublisher()
           
 EndpointMBean NotificationBrokerMBean.getAnonymousPublisher()
           
 EndpointMBean AbstractNotificationBroker.getPublisher(String name)
           
 EndpointMBean NotificationBrokerMBean.getPublisher(String name)
           
 EndpointMBean AbstractCreatePullPoint.getPullEndpoint(String name)
           
 EndpointMBean CreatePullPointMBean.getPullEndpoint(String name)
           
 EndpointMBean AbstractNotificationBroker.getSubscription(String name)
           
 EndpointMBean NotificationBrokerMBean.getSubscription(String name)
           
 

Uses of EndpointMBean in org.apache.cxf.wsn.jms
 

Classes in org.apache.cxf.wsn.jms that implement EndpointMBean
 class JmsCreatePullPoint
           
 class JmsNotificationBroker
           
 class JmsPublisher
           
 class JmsPullPoint
           
 class JmsSubscription
           
 

Uses of EndpointMBean in org.apache.cxf.wsn.services
 

Subinterfaces of EndpointMBean in org.apache.cxf.wsn.services
 interface JaxwsCreatePullPointMBean
           
 interface JaxwsNotificationBrokerMBean
           
 

Classes in org.apache.cxf.wsn.services that implement EndpointMBean
 class JaxwsCreatePullPoint
           
 class JaxwsNotificationBroker
           
 class JaxwsPublisher
           
 class JaxwsPullPoint
           
 class JaxwsSubscription
           
 


Apache CXF API

Apache CXF