Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointMBeangetAnonymousPublisher()List<String>getPublisher()EndpointMBeangetPublisher(String name)EndpointMBeangetSubscription(String name)List<String>getSubscriptions()-
Methods inherited from interface org.apache.cxf.wsn.EndpointMBean
getAddress, getName, register, unregister
-
-
-
-
Method Detail
-
getPublisher
EndpointMBean getPublisher(String name)
-
getSubscription
EndpointMBean getSubscription(String name)
-
getAnonymousPublisher
EndpointMBean getAnonymousPublisher()
-
-