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

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

cartAdd

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

cartClear

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

cartCreate

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

cartGet

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

cartModify

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

customerContentLookup

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

customerContentSearch

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

help

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

itemLookup

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

itemSearch

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

listLookup

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

listSearch

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

multiOperation

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

sellerListingLookup

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

sellerListingSearch

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

sellerLookup

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

similarityLookup

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

transactionLookup

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

Project 4