Project 4

com.amazon.soap.AWSECommerceService
Interface AWSECommerceService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
AWSECommerceServiceLocator

public interface AWSECommerceService
extends javax.xml.rpc.Service


Method Summary
 AWSECommerceServicePortType getAWSECommerceServicePort()
           
 AWSECommerceServicePortType getAWSECommerceServicePort(java.net.URL portAddress)
           
 java.lang.String getAWSECommerceServicePortAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getAWSECommerceServicePort

AWSECommerceServicePortType getAWSECommerceServicePort()
                                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getAWSECommerceServicePort

AWSECommerceServicePortType getAWSECommerceServicePort(java.net.URL portAddress)
                                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getAWSECommerceServicePortAddress

java.lang.String getAWSECommerceServicePortAddress()

Project 4