Uses of Class
org.oasis_open.docs.wsn.br_2.RegisterPublisher

Packages that use RegisterPublisher
org.apache.servicemix.wsn This package provides base classes for WS-Notification implementations. 
org.apache.servicemix.wsn.component JBI Service Engine implementing WS-Notification 1.3. 
org.apache.servicemix.wsn.jbi JBI implementation of NotificationBroker and related services. 
org.apache.servicemix.wsn.jms JMS based implementation of the NotificationBroker and related services. 
org.oasis_open.docs.wsn.br_2   
org.oasis_open.docs.wsn.brw_2   
 

Uses of RegisterPublisher in org.apache.servicemix.wsn
 

Methods in org.apache.servicemix.wsn with parameters of type RegisterPublisher
 void AbstractPublisher.create(RegisterPublisher registerPublisherRequest)
           
 RegisterPublisherResponse AbstractNotificationBroker.handleRegisterPublisher(RegisterPublisher registerPublisherRequest, EndpointManager manager)
           
 RegisterPublisherResponse AbstractNotificationBroker.registerPublisher(RegisterPublisher registerPublisherRequest)
           
protected  void AbstractPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
 

Uses of RegisterPublisher in org.apache.servicemix.wsn.component
 

Constructors in org.apache.servicemix.wsn.component with parameters of type RegisterPublisher
WSNPublisherEndpoint(RegisterPublisher request)
           
WSNPublisherEndpoint(RegisterPublisher request, QName service, String endpoint)
           
 

Uses of RegisterPublisher in org.apache.servicemix.wsn.jbi
 

Methods in org.apache.servicemix.wsn.jbi with parameters of type RegisterPublisher
protected  void JbiPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
 

Uses of RegisterPublisher in org.apache.servicemix.wsn.jms
 

Methods in org.apache.servicemix.wsn.jms with parameters of type RegisterPublisher
protected  void JmsPublisher.validatePublisher(RegisterPublisher registerPublisherRequest)
           
 

Uses of RegisterPublisher in org.oasis_open.docs.wsn.br_2
 

Methods in org.oasis_open.docs.wsn.br_2 that return RegisterPublisher
 RegisterPublisher ObjectFactory.createRegisterPublisher()
          Create an instance of RegisterPublisher
 

Uses of RegisterPublisher in org.oasis_open.docs.wsn.brw_2
 

Methods in org.oasis_open.docs.wsn.brw_2 with parameters of type RegisterPublisher
 RegisterPublisherResponse NotificationBroker.registerPublisher(RegisterPublisher registerPublisherRequest)
           
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.