public class

MagentoServiceLocator

extends Service
implements MagentoService
java.lang.Object
   ↳ org.apache.axis.client.Service
     ↳ com.magento.api.MagentoServiceLocator

Summary

Fields
private String Mage_Api_Model_Server_V2_HandlerPortWSDDServiceName
private String Mage_Api_Model_Server_V2_HandlerPort_address
private HashSet ports
[Expand]
Inherited Fields
From class org.apache.axis.client.Service
Public Constructors
MagentoServiceLocator()
MagentoServiceLocator(EngineConfiguration config)
MagentoServiceLocator(String wsdlLoc, QName sName)
Public Methods
Mage_Api_Model_Server_V2_HandlerPortType getMage_Api_Model_Server_V2_HandlerPort()
Mage_Api_Model_Server_V2_HandlerPortType getMage_Api_Model_Server_V2_HandlerPort(URL portAddress)
String getMage_Api_Model_Server_V2_HandlerPortAddress()
String getMage_Api_Model_Server_V2_HandlerPortWSDDServiceName()
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 setMage_Api_Model_Server_V2_HandlerPortEndpointAddress(String address)
void setMage_Api_Model_Server_V2_HandlerPortWSDDServiceName(String name)
[Expand]
Inherited Methods
From class org.apache.axis.client.Service
From class java.lang.Object
From interface com.magento.api.MagentoService
From interface javax.naming.Referenceable
From interface javax.xml.rpc.Service

Fields

private String Mage_Api_Model_Server_V2_HandlerPortWSDDServiceName

private String Mage_Api_Model_Server_V2_HandlerPort_address

private HashSet ports

Public Constructors

public MagentoServiceLocator ()

public MagentoServiceLocator (EngineConfiguration config)

Parameters
config

public MagentoServiceLocator (String wsdlLoc, QName sName)

Parameters
wsdlLoc
sName
Throws
ServiceException

Public Methods

public Mage_Api_Model_Server_V2_HandlerPortType getMage_Api_Model_Server_V2_HandlerPort ()

Throws
ServiceException

public Mage_Api_Model_Server_V2_HandlerPortType getMage_Api_Model_Server_V2_HandlerPort (URL portAddress)

Parameters
portAddress
Throws
ServiceException

public String getMage_Api_Model_Server_V2_HandlerPortAddress ()

public String getMage_Api_Model_Server_V2_HandlerPortWSDDServiceName ()

public Remote getPort (Class serviceEndpointInterface)

For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Parameters
serviceEndpointInterface
Throws
ServiceException

public Remote getPort (QName portName, Class serviceEndpointInterface)

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
Throws
ServiceException

public Iterator getPorts ()

public QName getServiceName ()

public void setEndpointAddress (QName portName, String address)

Set the endpoint address for the specified port name.

Parameters
portName
address
Throws
ServiceException

public void setEndpointAddress (String portName, String address)

Set the endpoint address for the specified port name.

Parameters
portName
address
Throws
ServiceException

public void setMage_Api_Model_Server_V2_HandlerPortEndpointAddress (String address)

Parameters
address

public void setMage_Api_Model_Server_V2_HandlerPortWSDDServiceName (String name)

Parameters
name