awsecommerceserviceporttype.java

来自「amazon web开发的例子」· Java 代码 · 共 30 行

JAVA
30
字号
/**
 * 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 + =
减小字号Ctrl + -
显示快捷键?