⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 awsecommerceserviceporttype.java

📁 amazon web开发的例子
💻 JAVA
字号:
/**
 * AWSECommerceServicePortType.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package com.amazon.xml.AWSECommerceService;

public interface AWSECommerceServicePortType extends java.rmi.Remote {
    public com.amazon.xml.AWSECommerceService._HelpResponse help(com.amazon.xml.AWSECommerceService._Help body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._ItemSearchResponse itemSearch(com.amazon.xml.AWSECommerceService._ItemSearch body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._ItemLookupResponse itemLookup(com.amazon.xml.AWSECommerceService._ItemLookup body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._ListSearchResponse listSearch(com.amazon.xml.AWSECommerceService._ListSearch body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._ListLookupResponse listLookup(com.amazon.xml.AWSECommerceService._ListLookup body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._CustomerContentSearchResponse customerContentSearch(com.amazon.xml.AWSECommerceService._CustomerContentSearch body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._CustomerContentLookupResponse customerContentLookup(com.amazon.xml.AWSECommerceService._CustomerContentLookup body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._SimilarityLookupResponse similarityLookup(com.amazon.xml.AWSECommerceService._SimilarityLookup body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._SellerLookupResponse sellerLookup(com.amazon.xml.AWSECommerceService._SellerLookup body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._CartGetResponse cartGet(com.amazon.xml.AWSECommerceService._CartGet body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._CartAddResponse cartAdd(com.amazon.xml.AWSECommerceService._CartAdd body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._CartCreateResponse cartCreate(com.amazon.xml.AWSECommerceService._CartCreate body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._CartModifyResponse cartModify(com.amazon.xml.AWSECommerceService._CartModify body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._CartClearResponse cartClear(com.amazon.xml.AWSECommerceService._CartClear body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._TransactionLookupResponse transactionLookup(com.amazon.xml.AWSECommerceService._TransactionLookup body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._SellerListingSearchResponse sellerListingSearch(com.amazon.xml.AWSECommerceService._SellerListingSearch body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._SellerListingLookupResponse sellerListingLookup(com.amazon.xml.AWSECommerceService._SellerListingLookup body) throws java.rmi.RemoteException;
    public com.amazon.xml.AWSECommerceService._MultiOperationResponse multiOperation(com.amazon.xml.AWSECommerceService._MultiOperation body) throws java.rmi.RemoteException;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -