public class

AmazonFWSInboundLocator

extends Service
implements AmazonFWSInbound
java.lang.Object
   ↳ org.apache.axis.client.Service
     ↳ com.amazonaws.fba_inbound.doc._2007_05_10.AmazonFWSInboundLocator

Summary

Fields
private String AmazonFWSInboundPortWSDDServiceName
private String AmazonFWSInboundPort_address
private HashSet ports
[Expand]
Inherited Fields
From class org.apache.axis.client.Service
Public Constructors
AmazonFWSInboundLocator()
Fulfillment By Amazon (FBA) Web Service used to set up inbound shipments to Amazon and to view inventory in the Amazon Fulfillment Network.
AmazonFWSInboundLocator(EngineConfiguration config)
AmazonFWSInboundLocator(String wsdlLoc, QName sName)
Public Methods
AmazonFWSInboundPortType getAmazonFWSInboundPort(URL portAddress)
AmazonFWSInboundPortType getAmazonFWSInboundPort()
String getAmazonFWSInboundPortAddress()
Fulfillment By Amazon (FBA) Web Service used to set up inbound shipments to Amazon and to view inventory in the Amazon Fulfillment Network.
String getAmazonFWSInboundPortWSDDServiceName()
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 setAmazonFWSInboundPortEndpointAddress(String address)
void setAmazonFWSInboundPortWSDDServiceName(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_inbound.doc._2007_05_10.AmazonFWSInbound
From interface javax.naming.Referenceable
From interface javax.xml.rpc.Service

Fields

private String AmazonFWSInboundPortWSDDServiceName

private String AmazonFWSInboundPort_address

private HashSet ports

Public Constructors

public AmazonFWSInboundLocator ()

Fulfillment By Amazon (FBA) Web Service used to set up inbound shipments to Amazon and to view inventory in the Amazon Fulfillment Network. Release Notes: https://fba-inbound.amazonaws.com/doc/2007-05-10/ReleaseNotes.html Important: EU and JP merchants should change the service address to https://fba-inbound-eu.amazonaws.com and https://fba-inbound-jp.amazonaws.com, respectively.

public AmazonFWSInboundLocator (EngineConfiguration config)

Parameters
config

public AmazonFWSInboundLocator (String wsdlLoc, QName sName)

Parameters
wsdlLoc
sName
Throws
ServiceException

Public Methods

public AmazonFWSInboundPortType getAmazonFWSInboundPort (URL portAddress)

Parameters
portAddress
Throws
ServiceException

public AmazonFWSInboundPortType getAmazonFWSInboundPort ()

Throws
ServiceException

public String getAmazonFWSInboundPortAddress ()

Fulfillment By Amazon (FBA) Web Service used to set up inbound shipments to Amazon and to view inventory in the Amazon Fulfillment Network. Release Notes: https://fba-inbound.amazonaws.com/doc/2007-05-10/ReleaseNotes.html Important: EU and JP merchants should change the service address to https://fba-inbound-eu.amazonaws.com and https://fba-inbound-jp.amazonaws.com, respectively.

public String getAmazonFWSInboundPortWSDDServiceName ()

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

Parameters
address

public void setAmazonFWSInboundPortWSDDServiceName (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