org.oasis.wsn
Interface WSBaseNotificationService

All Superinterfaces:
Service
All Known Subinterfaces:
WSBaseNotificationServiceAddressing
All Known Implementing Classes:
WSBaseNotificationServiceAddressingLocator, WSBaseNotificationServiceLocator

public interface WSBaseNotificationService
extends Service


Method Summary
 NotificationConsumer getNotificationConsumerPort()
           
 NotificationConsumer getNotificationConsumerPort(URL portAddress)
           
 String getNotificationConsumerPortAddress()
           
 NotificationProducer getNotificationProducerPort()
           
 NotificationProducer getNotificationProducerPort(URL portAddress)
           
 String getNotificationProducerPortAddress()
           
 SubscriptionManager getSubscriptionManagerPort()
           
 SubscriptionManager getSubscriptionManagerPort(URL portAddress)
           
 String getSubscriptionManagerPortAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getNotificationProducerPortAddress

public String getNotificationProducerPortAddress()

getNotificationProducerPort

public NotificationProducer getNotificationProducerPort()
                                                 throws ServiceException
Throws:
ServiceException

getNotificationProducerPort

public NotificationProducer getNotificationProducerPort(URL portAddress)
                                                 throws ServiceException
Throws:
ServiceException

getSubscriptionManagerPortAddress

public String getSubscriptionManagerPortAddress()

getSubscriptionManagerPort

public SubscriptionManager getSubscriptionManagerPort()
                                               throws ServiceException
Throws:
ServiceException

getSubscriptionManagerPort

public SubscriptionManager getSubscriptionManagerPort(URL portAddress)
                                               throws ServiceException
Throws:
ServiceException

getNotificationConsumerPortAddress

public String getNotificationConsumerPortAddress()

getNotificationConsumerPort

public NotificationConsumer getNotificationConsumerPort()
                                                 throws ServiceException
Throws:
ServiceException

getNotificationConsumerPort

public NotificationConsumer getNotificationConsumerPort(URL portAddress)
                                                 throws ServiceException
Throws:
ServiceException