public class

AxisMagentoDirectoryClient

extends AbstractMagentoClient
implements MagentoDirectoryClient<ExceptionType extends Exception>
java.lang.Object
   ↳ org.mule.module.magento.api.AbstractMagentoClient
     ↳ org.mule.module.magento.api.directory.AxisMagentoDirectoryClient

Summary

[Expand]
Inherited Fields
From class org.mule.module.magento.api.AbstractMagentoClient
Public Constructors
AxisMagentoDirectoryClient(AxisPortProvider provider)
Public Methods
List<DirectoryCountryEntity> listDirectoryCountries()
Answers the list of countries
List<DirectoryRegionEntity> listDirectoryRegions(String countryId)
Answers a list of regions for the given county
[Expand]
Inherited Methods
From class org.mule.module.magento.api.AbstractMagentoClient
From class java.lang.Object
From interface org.mule.module.magento.api.directory.MagentoDirectoryClient

Public Constructors

public AxisMagentoDirectoryClient (AxisPortProvider provider)

Parameters
provider

Public Methods

public List<DirectoryCountryEntity> listDirectoryCountries ()

Answers the list of countries

Returns
  • a collection of countries attributes
Throws
RemoteException

public List<DirectoryRegionEntity> listDirectoryRegions (String countryId)

Answers a list of regions for the given county

Parameters
countryId The country code, in ISO2 or ISO3 format
Returns
  • the collection of regions attributes
Throws
RemoteException