org.gridforum.ogsi
Interface OGSIService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
OGSIServiceLocator

public interface OGSIService
extends javax.xml.rpc.Service


Method Summary
 Factory getFactoryPort()
           
 Factory getFactoryPort(java.net.URL portAddress)
           
 java.lang.String getFactoryPortAddress()
           
 GridService getGridServicePort()
           
 GridService getGridServicePort(java.net.URL portAddress)
           
 java.lang.String getGridServicePortAddress()
           
 HandleResolver getHandleResolverPort()
           
 HandleResolver getHandleResolverPort(java.net.URL portAddress)
           
 java.lang.String getHandleResolverPortAddress()
           
 NotificationSink getNotificationSinkPort()
           
 NotificationSink getNotificationSinkPort(java.net.URL portAddress)
           
 java.lang.String getNotificationSinkPortAddress()
           
 NotificationSource getNotificationSourcePort()
           
 NotificationSource getNotificationSourcePort(java.net.URL portAddress)
           
 java.lang.String getNotificationSourcePortAddress()
           
 NotificationSubscription getNotificationSubscriptionPort()
           
 NotificationSubscription getNotificationSubscriptionPort(java.net.URL portAddress)
           
 java.lang.String getNotificationSubscriptionPortAddress()
           
 ServiceGroupEntry getServiceGroupEntryPort()
           
 ServiceGroupEntry getServiceGroupEntryPort(java.net.URL portAddress)
           
 java.lang.String getServiceGroupEntryPortAddress()
           
 ServiceGroup getServiceGroupPort()
           
 ServiceGroup getServiceGroupPort(java.net.URL portAddress)
           
 java.lang.String getServiceGroupPortAddress()
           
 ServiceGroupRegistration getServiceGroupRegistrationPort()
           
 ServiceGroupRegistration getServiceGroupRegistrationPort(java.net.URL portAddress)
           
 java.lang.String getServiceGroupRegistrationPortAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getNotificationSubscriptionPortAddress

public java.lang.String getNotificationSubscriptionPortAddress()

getNotificationSubscriptionPort

public NotificationSubscription getNotificationSubscriptionPort()
                                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationSubscriptionPort

public NotificationSubscription getNotificationSubscriptionPort(java.net.URL portAddress)
                                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationSinkPortAddress

public java.lang.String getNotificationSinkPortAddress()

getNotificationSinkPort

public NotificationSink getNotificationSinkPort()
                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationSinkPort

public NotificationSink getNotificationSinkPort(java.net.URL portAddress)
                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getHandleResolverPortAddress

public java.lang.String getHandleResolverPortAddress()

getHandleResolverPort

public HandleResolver getHandleResolverPort()
                                     throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getHandleResolverPort

public HandleResolver getHandleResolverPort(java.net.URL portAddress)
                                     throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getGridServicePortAddress

public java.lang.String getGridServicePortAddress()

getGridServicePort

public GridService getGridServicePort()
                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getGridServicePort

public GridService getGridServicePort(java.net.URL portAddress)
                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupPortAddress

public java.lang.String getServiceGroupPortAddress()

getServiceGroupPort

public ServiceGroup getServiceGroupPort()
                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupPort

public ServiceGroup getServiceGroupPort(java.net.URL portAddress)
                                 throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getFactoryPortAddress

public java.lang.String getFactoryPortAddress()

getFactoryPort

public Factory getFactoryPort()
                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getFactoryPort

public Factory getFactoryPort(java.net.URL portAddress)
                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupRegistrationPortAddress

public java.lang.String getServiceGroupRegistrationPortAddress()

getServiceGroupRegistrationPort

public ServiceGroupRegistration getServiceGroupRegistrationPort()
                                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupRegistrationPort

public ServiceGroupRegistration getServiceGroupRegistrationPort(java.net.URL portAddress)
                                                         throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationSourcePortAddress

public java.lang.String getNotificationSourcePortAddress()

getNotificationSourcePort

public NotificationSource getNotificationSourcePort()
                                             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getNotificationSourcePort

public NotificationSource getNotificationSourcePort(java.net.URL portAddress)
                                             throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupEntryPortAddress

public java.lang.String getServiceGroupEntryPortAddress()

getServiceGroupEntryPort

public ServiceGroupEntry getServiceGroupEntryPort()
                                           throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceGroupEntryPort

public ServiceGroupEntry getServiceGroupEntryPort(java.net.URL portAddress)
                                           throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.