Apache CXF API

org.apache.cxf.wsn
Interface NotificationBrokerMBean

All Superinterfaces:
EndpointMBean
All Known Subinterfaces:
JaxwsNotificationBrokerMBean
All Known Implementing Classes:
AbstractNotificationBroker, JaxwsNotificationBroker, JmsNotificationBroker

public interface NotificationBrokerMBean
extends EndpointMBean


Method Summary
 EndpointMBean getAnonymousPublisher()
           
 List<String> getPublisher()
           
 EndpointMBean getPublisher(String name)
           
 EndpointMBean getSubscription(String name)
           
 List<String> getSubscriptions()
           
 
Methods inherited from interface org.apache.cxf.wsn.EndpointMBean
getAddress, getName, register, unregister
 

Method Detail

getPublisher

List<String> getPublisher()

getSubscriptions

List<String> getSubscriptions()

getPublisher

EndpointMBean getPublisher(String name)

getSubscription

EndpointMBean getSubscription(String name)

getAnonymousPublisher

EndpointMBean getAnonymousPublisher()

Apache CXF API

Apache CXF