com.amazonaws.mturk.requester
Class AWSMechanicalTurkRequesterLocator

java.lang.Object
  extended by org.apache.axis.client.Service
      extended by com.amazonaws.mturk.requester.AWSMechanicalTurkRequesterLocator
All Implemented Interfaces:
AWSMechanicalTurkRequester

public class AWSMechanicalTurkRequesterLocator
extends org.apache.axis.client.Service
implements AWSMechanicalTurkRequester


Constructor Summary
AWSMechanicalTurkRequesterLocator()
           
AWSMechanicalTurkRequesterLocator(org.apache.axis.EngineConfiguration config)
           
AWSMechanicalTurkRequesterLocator(java.lang.String wsdlLoc, javax.xml.namespace.QName sName)
           
 
Method Summary
 AWSMechanicalTurkRequesterPortType getAWSMechanicalTurkRequesterPort()
           
 AWSMechanicalTurkRequesterPortType getAWSMechanicalTurkRequesterPort(java.net.URL portAddress)
           
 java.lang.String getAWSMechanicalTurkRequesterPortAddress()
           
 java.lang.String getAWSMechanicalTurkRequesterPortWSDDServiceName()
           
 java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.rmi.Remote getPort(javax.xml.namespace.QName portName, java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.util.Iterator getPorts()
           
 javax.xml.namespace.QName getServiceName()
           
 void setAWSMechanicalTurkRequesterPortEndpointAddress(java.lang.String address)
           
 void setAWSMechanicalTurkRequesterPortWSDDServiceName(java.lang.String name)
           
 void setEndpointAddress(javax.xml.namespace.QName portName, java.lang.String address)
          Set the endpoint address for the specified port name.
 void setEndpointAddress(java.lang.String portName, java.lang.String address)
          Set the endpoint address for the specified port name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSMechanicalTurkRequesterLocator

public AWSMechanicalTurkRequesterLocator()

AWSMechanicalTurkRequesterLocator

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

AWSMechanicalTurkRequesterLocator

public AWSMechanicalTurkRequesterLocator(java.lang.String wsdlLoc,
                                         javax.xml.namespace.QName sName)
                                  throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException
Method Detail

getAWSMechanicalTurkRequesterPortAddress

public java.lang.String getAWSMechanicalTurkRequesterPortAddress()
Specified by:
getAWSMechanicalTurkRequesterPortAddress in interface AWSMechanicalTurkRequester

getAWSMechanicalTurkRequesterPortWSDDServiceName

public java.lang.String getAWSMechanicalTurkRequesterPortWSDDServiceName()

setAWSMechanicalTurkRequesterPortWSDDServiceName

public void setAWSMechanicalTurkRequesterPortWSDDServiceName(java.lang.String name)

getAWSMechanicalTurkRequesterPort

public AWSMechanicalTurkRequesterPortType getAWSMechanicalTurkRequesterPort()
                                                                     throws javax.xml.rpc.ServiceException
Specified by:
getAWSMechanicalTurkRequesterPort in interface AWSMechanicalTurkRequester
Throws:
javax.xml.rpc.ServiceException

getAWSMechanicalTurkRequesterPort

public AWSMechanicalTurkRequesterPortType getAWSMechanicalTurkRequesterPort(java.net.URL portAddress)
                                                                     throws javax.xml.rpc.ServiceException
Specified by:
getAWSMechanicalTurkRequesterPort in interface AWSMechanicalTurkRequester
Throws:
javax.xml.rpc.ServiceException

setAWSMechanicalTurkRequesterPortEndpointAddress

public void setAWSMechanicalTurkRequesterPortEndpointAddress(java.lang.String address)

getPort

public java.rmi.Remote getPort(java.lang.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 java.rmi.Remote getPort(javax.xml.namespace.QName portName,
                               java.lang.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 javax.xml.namespace.QName getServiceName()

getPorts

public java.util.Iterator getPorts()

setEndpointAddress

public void setEndpointAddress(java.lang.String portName,
                               java.lang.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(javax.xml.namespace.QName portName,
                               java.lang.String address)
                        throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.

Throws:
javax.xml.rpc.ServiceException