public class

DefaultAxisPortProvider

extends Object
implements AxisPortProvider
java.lang.Object
   ↳ org.mule.module.magento.api.DefaultAxisPortProvider

Summary

Fields
private final String address
private final String password
private final String username
Public Constructors
DefaultAxisPortProvider(String username, String password, String address)
Creates the port provider
Public Methods
Mage_Api_Model_Server_V2_HandlerPortType getPort()
String getSessionId()
Need to authenticate before every call
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mule.module.magento.api.AxisPortProvider

Fields

private final String address

private final String password

private final String username

Public Constructors

public DefaultAxisPortProvider (String username, String password, String address)

Creates the port provider

Parameters
username
password
address

Public Methods

public Mage_Api_Model_Server_V2_HandlerPortType getPort ()

Throws
RemoteException

public String getSessionId ()

Need to authenticate before every call

Returns
  • Magento session ID
Throws
Exception
RemoteException