org.globus.ogsa.samples.any.service
Interface AnyService

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

public interface AnyService
extends javax.xml.rpc.Service


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

Method Detail

getAnyPortAddress

public java.lang.String getAnyPortAddress()

getAnyPort

public AnyPortType getAnyPort()
                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getAnyPort

public AnyPortType getAnyPort(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.