org.apache.cxf.wsn.services
Class JaxwsPublisher
java.lang.Object
org.apache.cxf.wsn.AbstractEndpoint
org.apache.cxf.wsn.AbstractPublisher
org.apache.cxf.wsn.jms.JmsPublisher
org.apache.cxf.wsn.services.JaxwsPublisher
- All Implemented Interfaces:
- org.apache.activemq.advisory.ConsumerListener, EndpointMBean, PublisherRegistrationManager
@BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/")
public class JaxwsPublisher
- extends JmsPublisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
notificationBroker
protected JaxwsNotificationBroker notificationBroker
JaxwsPublisher
public JaxwsPublisher(String name,
JaxwsNotificationBroker notificationBroker)
start
protected void start()
throws PublisherRegistrationFailedFault
- Overrides:
start
in class JmsPublisher
- Throws:
PublisherRegistrationFailedFault
startSubscription
protected Object startSubscription(TopicExpressionType topic)
- Specified by:
startSubscription
in class JmsPublisher
stopSubscription
protected void stopSubscription(Object sub)
- Specified by:
stopSubscription
in class JmsPublisher
Apache CXF