Project 4

com.amazon.soap.AWSECommerceService
Interface AWSECommerceServicePortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
AWSECommerceServiceBindingStub

public interface AWSECommerceServicePortType
extends java.rmi.Remote


Method Summary
 BrowseNodeLookupResponse browseNodeLookup(BrowseNodeLookup body)
           
 CartAddResponse cartAdd(CartAdd body)
           
 CartClearResponse cartClear(CartClear body)
           
 CartCreateResponse cartCreate(CartCreate body)
           
 CartGetResponse cartGet(CartGet body)
           
 CartModifyResponse cartModify(CartModify body)
           
 CustomerContentLookupResponse customerContentLookup(CustomerContentLookup body)
           
 CustomerContentSearchResponse customerContentSearch(CustomerContentSearch body)
           
 HelpResponse help(Help body)
           
 ItemLookupResponse itemLookup(ItemLookup body)
           
 ItemSearchResponse itemSearch(ItemSearch body)
           
 ListLookupResponse listLookup(ListLookup body)
           
 ListSearchResponse listSearch(ListSearch body)
           
 MultiOperationResponse multiOperation(MultiOperation body)
           
 SellerListingLookupResponse sellerListingLookup(SellerListingLookup body)
           
 SellerListingSearchResponse sellerListingSearch(SellerListingSearch body)
           
 SellerLookupResponse sellerLookup(SellerLookup body)
           
 SimilarityLookupResponse similarityLookup(SimilarityLookup body)
           
 TransactionLookupResponse transactionLookup(TransactionLookup body)
           
 

Method Detail

browseNodeLookup

BrowseNodeLookupResponse browseNodeLookup(BrowseNodeLookup body)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cartAdd

CartAddResponse cartAdd(CartAdd body)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cartClear

CartClearResponse cartClear(CartClear body)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cartCreate

CartCreateResponse cartCreate(CartCreate body)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cartGet

CartGetResponse cartGet(CartGet body)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cartModify

CartModifyResponse cartModify(CartModify body)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

customerContentLookup

CustomerContentLookupResponse customerContentLookup(CustomerContentLookup body)
                                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

customerContentSearch

CustomerContentSearchResponse customerContentSearch(CustomerContentSearch body)
                                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

help

HelpResponse help(Help body)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

itemLookup

ItemLookupResponse itemLookup(ItemLookup body)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

itemSearch

ItemSearchResponse itemSearch(ItemSearch body)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

listLookup

ListLookupResponse listLookup(ListLookup body)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

listSearch

ListSearchResponse listSearch(ListSearch body)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

multiOperation

MultiOperationResponse multiOperation(MultiOperation body)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sellerListingLookup

SellerListingLookupResponse sellerListingLookup(SellerListingLookup body)
                                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sellerListingSearch

SellerListingSearchResponse sellerListingSearch(SellerListingSearch body)
                                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sellerLookup

SellerLookupResponse sellerLookup(SellerLookup body)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

similarityLookup

SimilarityLookupResponse similarityLookup(SimilarityLookup body)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

transactionLookup

TransactionLookupResponse transactionLookup(TransactionLookup body)
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

Project 4