org.globus.exec.generated.service
Class ManagedExecutableJobServiceLocator

java.lang.Object
  extended byorg.apache.axis.client.Service
      extended byorg.globus.exec.generated.service.ManagedExecutableJobServiceLocator
All Implemented Interfaces:
ManagedExecutableJobService, Referenceable, Serializable, Service
Direct Known Subclasses:
ManagedExecutableJobServiceAddressingLocator

public class ManagedExecutableJobServiceLocator
extends Service
implements ManagedExecutableJobService

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.client.Service
Service.HandlerRegistryImpl
 
Field Summary
private  String ManagedExecutableJobPortTypePort_address
           
private  String ManagedExecutableJobPortTypePortWSDDServiceName
           
private  HashSet ports
           
 
Fields inherited from class org.apache.axis.client.Service
 
Constructor Summary
ManagedExecutableJobServiceLocator()
           
ManagedExecutableJobServiceLocator(EngineConfiguration config)
           
ManagedExecutableJobServiceLocator(String wsdlLoc, QName sName)
           
 
Method Summary
 ManagedExecutableJobPortType getManagedExecutableJobPortTypePort()
           
 ManagedExecutableJobPortType getManagedExecutableJobPortTypePort(URL portAddress)
           
 String getManagedExecutableJobPortTypePortAddress()
           
 String getManagedExecutableJobPortTypePortWSDDServiceName()
           
 Remote getPort(Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Remote getPort(QName portName, Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Iterator getPorts()
           
 QName getServiceName()
           
 void setEndpointAddress(QName portName, String address)
          Set the endpoint address for the specified port name.
 void setEndpointAddress(String portName, String address)
          Set the endpoint address for the specified port name.
 void setManagedExecutableJobPortTypePortEndpointAddress(String address)
           
 void setManagedExecutableJobPortTypePortWSDDServiceName(String name)
           
 
Methods inherited from class org.apache.axis.client.Service
clearCall, createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation
 

Field Detail

ManagedExecutableJobPortTypePort_address

private String ManagedExecutableJobPortTypePort_address

ManagedExecutableJobPortTypePortWSDDServiceName

private String ManagedExecutableJobPortTypePortWSDDServiceName

ports

private HashSet ports
Constructor Detail

ManagedExecutableJobServiceLocator

public ManagedExecutableJobServiceLocator()

ManagedExecutableJobServiceLocator

public ManagedExecutableJobServiceLocator(EngineConfiguration config)

ManagedExecutableJobServiceLocator

public ManagedExecutableJobServiceLocator(String wsdlLoc,
                                          QName sName)
                                   throws ServiceException
Method Detail

getManagedExecutableJobPortTypePortAddress

public String getManagedExecutableJobPortTypePortAddress()
Specified by:
getManagedExecutableJobPortTypePortAddress in interface ManagedExecutableJobService

getManagedExecutableJobPortTypePortWSDDServiceName

public String getManagedExecutableJobPortTypePortWSDDServiceName()

setManagedExecutableJobPortTypePortWSDDServiceName

public void setManagedExecutableJobPortTypePortWSDDServiceName(String name)

getManagedExecutableJobPortTypePort

public ManagedExecutableJobPortType getManagedExecutableJobPortTypePort()
                                                                 throws ServiceException
Specified by:
getManagedExecutableJobPortTypePort in interface ManagedExecutableJobService
Throws:
ServiceException

getManagedExecutableJobPortTypePort

public ManagedExecutableJobPortType getManagedExecutableJobPortTypePort(URL portAddress)
                                                                 throws ServiceException
Specified by:
getManagedExecutableJobPortTypePort in interface ManagedExecutableJobService
Throws:
ServiceException

setManagedExecutableJobPortTypePortEndpointAddress

public void setManagedExecutableJobPortTypePortEndpointAddress(String address)

getPort

public Remote getPort(Class serviceEndpointInterface)
               throws ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Specified by:
getPort in interface Service
Throws:
ServiceException

getPort

public Remote getPort(QName portName,
                      Class serviceEndpointInterface)
               throws ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Specified by:
getPort in interface Service
Throws:
ServiceException

getServiceName

public QName getServiceName()
Specified by:
getServiceName in interface Service

getPorts

public Iterator getPorts()
Specified by:
getPorts in interface Service

setEndpointAddress

public void setEndpointAddress(String portName,
                               String address)
                        throws ServiceException
Set the endpoint address for the specified port name.

Throws:
ServiceException

setEndpointAddress

public void setEndpointAddress(QName portName,
                               String address)
                        throws ServiceException
Set the endpoint address for the specified port name.

Throws:
ServiceException