public class

AmazonFBAOutboundLocator

extends Service
implements AmazonFBAOutbound
java.lang.Object
   ↳ org.apache.axis.client.Service
     ↳ com.amazonaws.fba_outbound.doc._2007_08_02.AmazonFBAOutboundLocator

Summary

Fields
private String AmazonFBAOutboundPortWSDDServiceName
private String AmazonFBAOutboundPort_address
private HashSet ports
[Expand]
Inherited Fields
From class org.apache.axis.client.Service
Public Constructors
AmazonFBAOutboundLocator()
Amazon Web Service used to create and manage outbound shipments from the Amazon Fulfillment Network.
AmazonFBAOutboundLocator(EngineConfiguration config)
AmazonFBAOutboundLocator(String wsdlLoc, QName sName)
Public Methods
AmazonFBAOutboundPortType getAmazonFBAOutboundPort(URL portAddress)
AmazonFBAOutboundPortType getAmazonFBAOutboundPort()
String getAmazonFBAOutboundPortAddress()
Amazon Web Service used to create and manage outbound shipments from the Amazon Fulfillment Network.
String getAmazonFBAOutboundPortWSDDServiceName()
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 setAmazonFBAOutboundPortEndpointAddress(String address)
void setAmazonFBAOutboundPortWSDDServiceName(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_outbound.doc._2007_08_02.AmazonFBAOutbound
From interface javax.naming.Referenceable
From interface javax.xml.rpc.Service

Fields

private String AmazonFBAOutboundPortWSDDServiceName

private String AmazonFBAOutboundPort_address

private HashSet ports

Public Constructors

public AmazonFBAOutboundLocator ()

Amazon Web Service used to create and manage outbound shipments from the Amazon Fulfillment Network.

public AmazonFBAOutboundLocator (EngineConfiguration config)

Parameters
config

public AmazonFBAOutboundLocator (String wsdlLoc, QName sName)

Parameters
wsdlLoc
sName
Throws
ServiceException

Public Methods

public AmazonFBAOutboundPortType getAmazonFBAOutboundPort (URL portAddress)

Parameters
portAddress
Throws
ServiceException

public AmazonFBAOutboundPortType getAmazonFBAOutboundPort ()

Throws
ServiceException

public String getAmazonFBAOutboundPortAddress ()

Amazon Web Service used to create and manage outbound shipments from the Amazon Fulfillment Network.

public String getAmazonFBAOutboundPortWSDDServiceName ()

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

Parameters
address

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