org.oasis.wsn
Interface WSBaseNotificationService

All Superinterfaces:
javax.xml.rpc.Service
All Known Subinterfaces:
WSBaseNotificationServiceAddressing
All Known Implementing Classes:
WSBaseNotificationServiceAddressingLocator, WSBaseNotificationServiceLocator

public interface WSBaseNotificationService
extends javax.xml.rpc.Service


Method Summary
 NotificationConsumer getNotificationConsumerPort()
           
 NotificationConsumer getNotificationConsumerPort(java.net.URL portAddress)
           
 java.lang.String getNotificationConsumerPortAddress()
           
 NotificationProducer getNotificationProducerPort()
           
 NotificationProducer getNotificationProducerPort(java.net.URL portAddress)
           
 java.lang.String getNotificationProducerPortAddress()
           
 SubscriptionManager getSubscriptionManagerPort()
           
 SubscriptionManager getSubscriptionManagerPort(java.net.URL portAddress)
           
 java.lang.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 java.lang.String getNotificationProducerPortAddress()

getNotificationProducerPort

public NotificationProducer getNotificationProducerPort()
                                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationProducerPort

public NotificationProducer getNotificationProducerPort(java.net.URL portAddress)
                                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getSubscriptionManagerPortAddress

public java.lang.String getSubscriptionManagerPortAddress()

getSubscriptionManagerPort

public SubscriptionManager getSubscriptionManagerPort()
                                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getSubscriptionManagerPort

public SubscriptionManager getSubscriptionManagerPort(java.net.URL portAddress)
                                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationConsumerPortAddress

public java.lang.String getNotificationConsumerPortAddress()

getNotificationConsumerPort

public NotificationConsumer getNotificationConsumerPort()
                                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationConsumerPort

public NotificationConsumer getNotificationConsumerPort(java.net.URL portAddress)
                                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException