Changes since
the last release

com.ebay.sdk
Interface SendApiRequestListener

All Superinterfaces:
java.util.EventListener

public interface SendApiRequestListener
extends java.util.EventListener

Listner for sending API SOAP request event.

Title:

Description:

Copyright: Copyright (c) 2004

Company: eBay Inc.

Version:
1.0
Author:
Weijun Li

Method Summary
 void FilterApiRequest(AbstractRequestType request)
          Filter the request object that will be sent to eBay server.
 

Method Detail

FilterApiRequest

void FilterApiRequest(AbstractRequestType request)
                      throws SdkException
Filter the request object that will be sent to eBay server. The method may make changes to the request object.import com.ebay.soap.eBLBaseComponents.*;

Parameters:
request - AbstractRequestType The request object to be sent.
Throws:
SdkException

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.