org.globus.ogsa.samples.counter.routable.service
Interface RoutableCounterService

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

public interface RoutableCounterService
extends javax.xml.rpc.Service


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

Method Detail

getRoutableCounterPortAddress

public java.lang.String getRoutableCounterPortAddress()

getRoutableCounterPort

public RoutableCounterPortType getRoutableCounterPort()
                                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getRoutableCounterPort

public RoutableCounterPortType getRoutableCounterPort(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.