org.globus.ogsa.samples.servicedata.service
Interface ServiceDataService

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

public interface ServiceDataService
extends javax.xml.rpc.Service


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

Method Detail

getServiceDataPortAddress

public java.lang.String getServiceDataPortAddress()

getServiceDataPort

public ServiceDataPortType getServiceDataPort()
                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getServiceDataPort

public ServiceDataPortType getServiceDataPort(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.