@BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/") public class JaxwsPublisher extends JmsPublisher
Modifier and Type | Field and Description |
---|---|
protected JaxwsNotificationBroker |
notificationBroker |
demand, publisherReference, topic
address, endpoint, endpointEpr, manager, name
Constructor and Description |
---|
JaxwsPublisher(String name,
JaxwsNotificationBroker notificationBroker) |
Modifier and Type | Method and Description |
---|---|
protected void |
start() |
protected Object |
startSubscription(TopicExpressionType topic) |
protected void |
stopSubscription(Object sub) |
destroy, getConnection, notify, onConsumerEvent, setConnection, validatePublisher
create, destroyRegistration, getPublisherReference
getAddress, getEpr, getManager, getMBeanName, getName, getWSDLLocation, register, setAddress, setManager, unregister
protected JaxwsNotificationBroker notificationBroker
public JaxwsPublisher(String name, JaxwsNotificationBroker notificationBroker)
protected void start() throws PublisherRegistrationFailedFault
start
in class JmsPublisher
PublisherRegistrationFailedFault
protected Object startSubscription(TopicExpressionType topic)
startSubscription
in class JmsPublisher
protected void stopSubscription(Object sub)
stopSubscription
in class JmsPublisher
Apache CXF