org.globus.ogsa.samples.counter.service
Interface CounterService

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

public interface CounterService
extends javax.xml.rpc.Service


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

Method Detail

getCounterPortAddress

public java.lang.String getCounterPortAddress()

getCounterPort

public CounterPortType getCounterPort()
                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getCounterPort

public CounterPortType getCounterPort(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.