org.gridbus.broker.farming.alchemi
Class CrossPlatformManagerLocator

java.lang.Object
  extended byorg.gridbus.broker.farming.alchemi.CrossPlatformManagerLocator

public class CrossPlatformManagerLocator
extends java.lang.Object

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


Method Summary
 CrossPlatformManagerSoap getCrossPlatformManagerSoap()
           
 CrossPlatformManagerSoap getCrossPlatformManagerSoap(java.net.URL portAddress)
           
 java.lang.String getCrossPlatformManagerSoapAddress()
           
 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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCrossPlatformManagerSoapAddress

public java.lang.String getCrossPlatformManagerSoapAddress()
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
Throws:
javax.xml.rpc.ServiceException
See Also:
CrossPlatformManager.getCrossPlatformManagerSoap()

getCrossPlatformManagerSoap

public CrossPlatformManagerSoap getCrossPlatformManagerSoap(java.net.URL portAddress)
                                                     throws javax.xml.rpc.ServiceException
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.

Parameters:
serviceEndpointInterface -
Returns:
remote object
Throws:
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.

Parameters:
portName -
serviceEndpointInterface -
Returns:
remote object
Throws:
ServiceException

getServiceName

public javax.xml.namespace.QName getServiceName()
See Also:
javax.xml.rpc.Service#getServiceName()

getPorts

public java.util.Iterator getPorts()
See Also:
javax.xml.rpc.Service#getPorts()