org.oasis.wsn
Interface WSBaseNotificationServiceAddressing

All Superinterfaces:
javax.xml.rpc.Service, WSBaseNotificationService
All Known Implementing Classes:
WSBaseNotificationServiceAddressingLocator

public interface WSBaseNotificationServiceAddressing
extends WSBaseNotificationService


Method Summary
 NotificationConsumer getNotificationConsumerPort(org.apache.axis.message.addressing.EndpointReferenceType reference)
           
 NotificationProducer getNotificationProducerPort(org.apache.axis.message.addressing.EndpointReferenceType reference)
           
 SubscriptionManager getSubscriptionManagerPort(org.apache.axis.message.addressing.EndpointReferenceType reference)
           
 
Methods inherited from interface org.oasis.wsn.WSBaseNotificationService
getNotificationConsumerPort, getNotificationConsumerPort, getNotificationConsumerPortAddress, getNotificationProducerPort, getNotificationProducerPort, getNotificationProducerPortAddress, getSubscriptionManagerPort, getSubscriptionManagerPort, getSubscriptionManagerPortAddress
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getNotificationProducerPort

public NotificationProducer getNotificationProducerPort(org.apache.axis.message.addressing.EndpointReferenceType reference)
                                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getSubscriptionManagerPort

public SubscriptionManager getSubscriptionManagerPort(org.apache.axis.message.addressing.EndpointReferenceType reference)
                                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationConsumerPort

public NotificationConsumer getNotificationConsumerPort(org.apache.axis.message.addressing.EndpointReferenceType reference)
                                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException