org.gridbus.broker.farming.alchemi
Class CrossPlatformManagerLocator

java.lang.Object
  |
  +--org.apache.axis.client.Service
        |
        +--org.gridbus.broker.farming.alchemi.CrossPlatformManagerLocator
All Implemented Interfaces:
CrossPlatformManager, javax.naming.Referenceable, java.io.Serializable, javax.xml.rpc.Service

public class CrossPlatformManagerLocator
extends org.apache.axis.client.Service
implements CrossPlatformManager

This file was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.

See Also:
Serialized Form

Constructor Summary
CrossPlatformManagerLocator()
           
 
Method Summary
 CrossPlatformManagerSoap getCrossPlatformManagerSoap()
          Returns the CrossPlatFormManagerSoap object
 CrossPlatformManagerSoap getCrossPlatformManagerSoap(java.net.URL portAddress)
          Returns the CrossPlatFormManagerSoap object
 java.lang.String getCrossPlatformManagerSoapAddress()
          Returns the address of the remote Alchemi cross-platform manager server
 java.lang.String getCrossPlatformManagerSoapWSDDServiceName()
          Returns the name of the Web service
 java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.rmi.Remote getPort(javax.xml.namespace.QName portName, java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.util.Iterator getPorts()
           
 javax.xml.namespace.QName getServiceName()
           
 void setCrossPlatformManagerSoapWSDDServiceName(java.lang.String name)
           
 
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, getCacheWSDL, getCall, getCalls, getEngine, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation
 

Constructor Detail

CrossPlatformManagerLocator

public CrossPlatformManagerLocator()
Method Detail

getCrossPlatformManagerSoapAddress

public java.lang.String getCrossPlatformManagerSoapAddress()
Description copied from interface: CrossPlatformManager
Returns the address of the remote Alchemi cross-platform manager server

Specified by:
getCrossPlatformManagerSoapAddress in interface CrossPlatformManager
Returns:
Address of remote server
See Also:
CrossPlatformManager.getCrossPlatformManagerSoapAddress()

getCrossPlatformManagerSoapWSDDServiceName

public java.lang.String getCrossPlatformManagerSoapWSDDServiceName()
Returns the name of the Web service

Returns:
name of the web service

setCrossPlatformManagerSoapWSDDServiceName

public void setCrossPlatformManagerSoapWSDDServiceName(java.lang.String name)
Parameters:
name -

getCrossPlatformManagerSoap

public CrossPlatformManagerSoap getCrossPlatformManagerSoap()
                                                     throws javax.xml.rpc.ServiceException
Description copied from interface: CrossPlatformManager
Returns the CrossPlatFormManagerSoap object

Specified by:
getCrossPlatformManagerSoap in interface CrossPlatformManager
Returns:
CrossPlatformManagerSoap object
Throws:
javax.xml.rpc.ServiceException
See Also:
CrossPlatformManager.getCrossPlatformManagerSoap()

getCrossPlatformManagerSoap

public CrossPlatformManagerSoap getCrossPlatformManagerSoap(java.net.URL portAddress)
                                                     throws javax.xml.rpc.ServiceException
Description copied from interface: CrossPlatformManager
Returns the CrossPlatFormManagerSoap object

Specified by:
getCrossPlatformManagerSoap in interface CrossPlatformManager
Parameters:
portAddress -
Returns:
CrossPlatformManagerSoap object
Throws:
javax.xml.rpc.ServiceException
See Also:
CrossPlatformManager.getCrossPlatformManagerSoap(java.net.URL)

getPort

public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
                        throws javax.xml.rpc.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 javax.xml.rpc.Service
Overrides:
getPort in class org.apache.axis.client.Service
Parameters:
serviceEndpointInterface -
Returns:
remote object
Throws:
javax.xml.rpc.ServiceException

getPort

public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
                               java.lang.Class serviceEndpointInterface)
                        throws javax.xml.rpc.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 javax.xml.rpc.Service
Overrides:
getPort in class org.apache.axis.client.Service
Parameters:
portName -
serviceEndpointInterface -
Returns:
remote object
Throws:
javax.xml.rpc.ServiceException

getServiceName

public javax.xml.namespace.QName getServiceName()
Specified by:
getServiceName in interface javax.xml.rpc.Service
Overrides:
getServiceName in class org.apache.axis.client.Service
See Also:
Service.getServiceName()

getPorts

public java.util.Iterator getPorts()
Specified by:
getPorts in interface javax.xml.rpc.Service
Overrides:
getPorts in class org.apache.axis.client.Service
See Also:
Service.getPorts()