Package 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:
EndpointMBean,PublisherRegistrationManager
@BindingType("http://www.w3.org/2003/05/soap/bindings/HTTP/")
public class JaxwsPublisher
extends JmsPublisher
-
Field Summary
FieldsFields inherited from class org.apache.cxf.wsn.AbstractPublisher
demand, publisherReference, topicFields inherited from class org.apache.cxf.wsn.AbstractEndpoint
address, endpoint, endpointEpr, manager, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidstart()protected Objectprotected voidstopSubscription(Object sub) Methods inherited from class org.apache.cxf.wsn.jms.JmsPublisher
destroy, getConnection, notify, onMessage, setConnection, validatePublisherMethods inherited from class org.apache.cxf.wsn.AbstractPublisher
create, destroyRegistration, getPublisherReferenceMethods inherited from class org.apache.cxf.wsn.AbstractEndpoint
getAddress, getEpr, getManager, getMBeanName, getName, getWSDLLocation, register, setAddress, setManager, unregister
-
Field Details
-
notificationBroker
-
-
Constructor Details
-
JaxwsPublisher
-
-
Method Details
-
start
- Overrides:
startin classJmsPublisher- Throws:
PublisherRegistrationFailedFault
-
startSubscription
- Specified by:
startSubscriptionin classJmsPublisher
-
stopSubscription
- Specified by:
stopSubscriptionin classJmsPublisher
-