public class

AmazonFBAInventoryLocator

extends Service
implements AmazonFBAInventory
java.lang.Object
   ↳ org.apache.axis.client.Service
     ↳ com.amazonaws.fba_inventory.doc._2009_07_31.AmazonFBAInventoryLocator

Summary

Fields
private String AmazonFBAInventoryPortWSDDServiceName
private String AmazonFBAInventoryPort_address
private HashSet ports
[Expand]
Inherited Fields
From class org.apache.axis.client.Service
Public Constructors
AmazonFBAInventoryLocator()
Amazon Web Service used to retrieve inventory and fulfillability data based on merchant-owned inventory in Amazon's fulfillment network.
AmazonFBAInventoryLocator(EngineConfiguration config)
AmazonFBAInventoryLocator(String wsdlLoc, QName sName)
Public Methods
AmazonFBAInventoryPortType getAmazonFBAInventoryPort(URL portAddress)
AmazonFBAInventoryPortType getAmazonFBAInventoryPort()
String getAmazonFBAInventoryPortAddress()
Amazon Web Service used to retrieve inventory and fulfillability data based on merchant-owned inventory in Amazon's fulfillment network.
String getAmazonFBAInventoryPortWSDDServiceName()
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 setAmazonFBAInventoryPortEndpointAddress(String address)
void setAmazonFBAInventoryPortWSDDServiceName(String name)
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.
[Expand]
Inherited Methods
From class org.apache.axis.client.Service
From class java.lang.Object
From interface com.amazonaws.fba_inventory.doc._2009_07_31.AmazonFBAInventory
From interface javax.naming.Referenceable
From interface javax.xml.rpc.Service

Fields

private String AmazonFBAInventoryPortWSDDServiceName

private String AmazonFBAInventoryPort_address

private HashSet ports

Public Constructors

public AmazonFBAInventoryLocator ()

Amazon Web Service used to retrieve inventory and fulfillability data based on merchant-owned inventory in Amazon's fulfillment network.

public AmazonFBAInventoryLocator (EngineConfiguration config)

Parameters
config

public AmazonFBAInventoryLocator (String wsdlLoc, QName sName)

Parameters
wsdlLoc
sName
Throws
ServiceException

Public Methods

public AmazonFBAInventoryPortType getAmazonFBAInventoryPort (URL portAddress)

Parameters
portAddress
Throws
ServiceException

public AmazonFBAInventoryPortType getAmazonFBAInventoryPort ()

Throws
ServiceException

public String getAmazonFBAInventoryPortAddress ()

Amazon Web Service used to retrieve inventory and fulfillability data based on merchant-owned inventory in Amazon's fulfillment network.

public String getAmazonFBAInventoryPortWSDDServiceName ()

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 setAmazonFBAInventoryPortEndpointAddress (String address)

Parameters
address

public void setAmazonFBAInventoryPortWSDDServiceName (String name)

Parameters
name

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