org.apache.cxf.wsn.services
Class JaxwsNotificationBroker
java.lang.Object
org.apache.cxf.wsn.AbstractEndpoint
org.apache.cxf.wsn.AbstractNotificationBroker
org.apache.cxf.wsn.jms.JmsNotificationBroker
org.apache.cxf.wsn.services.JaxwsNotificationBroker
- All Implemented Interfaces:
- EndpointMBean, NotificationBrokerMBean, JaxwsNotificationBrokerMBean, NotificationBroker, GetResourceProperty
@BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/")
public class JaxwsNotificationBroker
- extends JmsNotificationBroker
- implements JaxwsNotificationBrokerMBean
Methods inherited from class org.apache.cxf.wsn.AbstractNotificationBroker |
getAnonymousPublisher, getCurrentMessage, getMBeanName, getPublisher, getPublisher, getPublisher, getResourceProperty, getSubscription, getSubscriptions, handleNotify, handleRegisterPublisher, handleSubscribe, notify, registerPublisher, subscribe, unsubscribe |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxwsNotificationBroker
public JaxwsNotificationBroker(String name)
JaxwsNotificationBroker
public JaxwsNotificationBroker(String name,
javax.jms.ConnectionFactory connectionFactory)
JaxwsNotificationBroker
public JaxwsNotificationBroker(String name,
javax.jms.ConnectionFactory connectionFactory,
EndpointManager epManager)
createJmsSubscription
protected JmsSubscription createJmsSubscription(String name)
- Specified by:
createJmsSubscription
in class JmsNotificationBroker
createJmsPublisher
protected JmsPublisher createJmsPublisher(String name)
- Specified by:
createJmsPublisher
in class JmsNotificationBroker
Apache CXF