org.oasis.wsn
Interface WSBaseNotificationService
- All Superinterfaces:
- Service
- All Known Subinterfaces:
- WSBaseNotificationServiceAddressing
- All Known Implementing Classes:
- WSBaseNotificationServiceAddressingLocator, WSBaseNotificationServiceLocator
- public interface WSBaseNotificationService
- extends Service
| Methods inherited from interface javax.xml.rpc.Service |
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation |
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