Package 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("http://www.w3.org/2003/05/soap/bindings/HTTP/")
public class JaxwsNotificationBroker
extends JmsNotificationBroker
implements JaxwsNotificationBrokerMBean
-
Field Summary
Fields inherited from class org.apache.cxf.wsn.AbstractNotificationBroker
FIXED_TOPIC_SET_QNAME, NAMESPACE_URI, PREFIX, TOPIC_EXPRESSION_DIALECT_QNAME, TOPIC_EXPRESSION_QNAME, TOPIC_SET_QNAMEFields inherited from class org.apache.cxf.wsn.AbstractEndpoint
address, endpoint, endpointEpr, manager, name -
Constructor Summary
ConstructorsConstructorDescriptionJaxwsNotificationBroker(String name, jakarta.jms.ConnectionFactory connectionFactory) JaxwsNotificationBroker(String name, jakarta.jms.ConnectionFactory connectionFactory, EndpointManager epManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected JmsPublishercreateJmsPublisher(String name) protected JmsSubscriptioncreateJmsSubscription(String name) Methods inherited from class org.apache.cxf.wsn.jms.JmsNotificationBroker
createPublisher, createSubscription, destroy, getConnectionFactory, handleGetResourceProperty, init, setConnectionFactoryMethods inherited from class org.apache.cxf.wsn.AbstractNotificationBroker
getAnonymousPublisher, getCurrentMessage, getMBeanName, getPublisher, getPublisher, getPublisher, getResourceProperty, getSubscription, getSubscriptions, handleNotify, handleRegisterPublisher, handleSubscribe, notify, registerPublisher, subscribe, unsubscribeMethods inherited from class org.apache.cxf.wsn.AbstractEndpoint
getAddress, getEpr, getManager, getName, getWSDLLocation, register, setAddress, setManager, unregisterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.wsn.EndpointMBean
getAddress, getName, register, unregisterMethods inherited from interface org.apache.cxf.wsn.NotificationBrokerMBean
getAnonymousPublisher, getPublisher, getPublisher, getSubscription, getSubscriptions
-
Constructor Details
-
JaxwsNotificationBroker
-
JaxwsNotificationBroker
-
JaxwsNotificationBroker
public JaxwsNotificationBroker(String name, jakarta.jms.ConnectionFactory connectionFactory, EndpointManager epManager)
-
-
Method Details
-
createJmsSubscription
- Specified by:
createJmsSubscriptionin classJmsNotificationBroker
-
createJmsPublisher
- Specified by:
createJmsPublisherin classJmsNotificationBroker
-