org.globus.ogsa.samples.GenerateCounter
Interface GenerateCounterService

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

public interface GenerateCounterService
extends javax.xml.rpc.Service


Method Summary
 GenerateCounterPortType getGenerateCounterService()
           
 GenerateCounterPortType getGenerateCounterService(java.net.URL portAddress)
           
 java.lang.String getGenerateCounterServiceAddress()
           
 GridService getGridServiceSOAPBindingPort()
           
 GridService getGridServiceSOAPBindingPort(java.net.URL portAddress)
           
 java.lang.String getGridServiceSOAPBindingPortAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getGridServiceSOAPBindingPortAddress

public java.lang.String getGridServiceSOAPBindingPortAddress()

getGridServiceSOAPBindingPort

public GridService getGridServiceSOAPBindingPort()
                                          throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getGridServiceSOAPBindingPort

public GridService getGridServiceSOAPBindingPort(java.net.URL portAddress)
                                          throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getGenerateCounterServiceAddress

public java.lang.String getGenerateCounterServiceAddress()

getGenerateCounterService

public GenerateCounterPortType getGenerateCounterService()
                                                  throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getGenerateCounterService

public GenerateCounterPortType getGenerateCounterService(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.