com.amazon.soap
Class AmazonSearchServiceLocator

java.lang.Object
  extended by org.apache.axis.client.Service
      extended by com.amazon.soap.AmazonSearchServiceLocator
All Implemented Interfaces:
AmazonSearchService

public class AmazonSearchServiceLocator
extends org.apache.axis.client.Service
implements AmazonSearchService


Constructor Summary
AmazonSearchServiceLocator()
           
AmazonSearchServiceLocator(org.apache.axis.EngineConfiguration config)
           
AmazonSearchServiceLocator(String wsdlLoc, QName sName)
           
 
Method Summary
 AmazonSearchPort getAmazonSearchPort()
           
 AmazonSearchPort getAmazonSearchPort(URL portAddress)
           
 String getAmazonSearchPortAddress()
           
 String getAmazonSearchPortWSDDServiceName()
           
 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 setAmazonSearchPortEndpointAddress(String address)
           
 void setAmazonSearchPortWSDDServiceName(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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmazonSearchServiceLocator

public AmazonSearchServiceLocator()

AmazonSearchServiceLocator

public AmazonSearchServiceLocator(org.apache.axis.EngineConfiguration config)

AmazonSearchServiceLocator

public AmazonSearchServiceLocator(String wsdlLoc,
                                  QName sName)
                           throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException
Method Detail

getAmazonSearchPortAddress

public String getAmazonSearchPortAddress()
Specified by:
getAmazonSearchPortAddress in interface AmazonSearchService

getAmazonSearchPortWSDDServiceName

public String getAmazonSearchPortWSDDServiceName()

setAmazonSearchPortWSDDServiceName

public void setAmazonSearchPortWSDDServiceName(String name)

getAmazonSearchPort

public AmazonSearchPort getAmazonSearchPort()
                                     throws javax.xml.rpc.ServiceException
Specified by:
getAmazonSearchPort in interface AmazonSearchService
Throws:
javax.xml.rpc.ServiceException

getAmazonSearchPort

public AmazonSearchPort getAmazonSearchPort(URL portAddress)
                                     throws javax.xml.rpc.ServiceException
Specified by:
getAmazonSearchPort in interface AmazonSearchService
Throws:
javax.xml.rpc.ServiceException

setAmazonSearchPortEndpointAddress

public void setAmazonSearchPortEndpointAddress(String address)

getPort

public Remote getPort(Class serviceEndpointInterface)
               throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Throws:
javax.xml.rpc.ServiceException

getPort

public Remote getPort(QName portName,
                      Class serviceEndpointInterface)
               throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Throws:
javax.xml.rpc.ServiceException

getServiceName

public QName getServiceName()

getPorts

public Iterator getPorts()

setEndpointAddress

public void setEndpointAddress(String portName,
                               String address)
                        throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.

Throws:
javax.xml.rpc.ServiceException

setEndpointAddress

public void setEndpointAddress(QName portName,
                               String address)
                        throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.

Throws:
javax.xml.rpc.ServiceException