org.globus.ogsa.core.ping.service
Interface PingService

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

public interface PingService
extends javax.xml.rpc.Service


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

Method Detail

getPingPortAddress

public java.lang.String getPingPortAddress()

getPingPort

public PingServicePortType getPingPort()
                                throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getPingPort

public PingServicePortType getPingPort(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.