org.globus.wsrf.core.notification.service
Interface NotificationConsumerService

All Superinterfaces:
javax.xml.rpc.Service
All Known Subinterfaces:
NotificationConsumerServiceAddressing
All Known Implementing Classes:
NotificationConsumerServiceAddressingLocator, NotificationConsumerServiceLocator

public interface NotificationConsumerService
extends javax.xml.rpc.Service


Method Summary
 Consumer getConsumerPort()
           
 Consumer getConsumerPort(java.net.URL portAddress)
           
 java.lang.String getConsumerPortAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getConsumerPortAddress

public java.lang.String getConsumerPortAddress()

getConsumerPort

public Consumer getConsumerPort()
                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getConsumerPort

public Consumer getConsumerPort(java.net.URL portAddress)
                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException