|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebay.sdk.pictureservice.eps.eBayPictureServiceXMLCall
public class eBayPictureServiceXMLCall
Title: eBayPictureServiceXMLCall
Description: Defines object that uploads pictures to EPS server and get the uploaded URLs back, this class use the new Schema XML call.
EpsServerUrl: for production, use: http://api.ebay.com/ws/api.dll for sandbox, use: http://api.sandbox.ebay.com/ws/api.dllCopyright: Copyright (c) 2008
Company: eBay Inc.
| Constructor Summary | |
|---|---|
eBayPictureServiceXMLCall(ApiContext apiContext)
|
|
| Method Summary | |
|---|---|
boolean |
uploadPicture(PhotoDisplayCodeType option,
PictureInfo picInfo,
boolean firstImage)
Upload one picture file to EPS server. |
int |
uploadPictures(PhotoDisplayCodeType option,
PictureInfo[] picInfoList)
Upload list of picture files to EPS server. |
boolean |
UpLoadSiteHostedPicture(PictureInfo picInfo,
UploadSiteHostedPicturesRequestType request)
Upload one picture file to EPS server, this interface is for those who want to operate on UploadSiteHostedPicturesRequestType directly. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public eBayPictureServiceXMLCall(ApiContext apiContext)
| Method Detail |
|---|
public boolean UpLoadSiteHostedPicture(PictureInfo picInfo,
UploadSiteHostedPicturesRequestType request)
UpLoadSiteHostedPicture in interface PictureServicepicInfo - Contains the local picture file path, uploading error,
response object and URL if the uploading succeeded.request, - the UploadSiteHostedPicturesRequestType object.
public boolean uploadPicture(PhotoDisplayCodeType option,
PictureInfo picInfo,
boolean firstImage)
uploadPicture in interface PictureServiceoption - The PhotoDisplayCodeType option.picInfo - Contains the local picture file path, uploading error,
response object and URL if the uploading succeeded.firstImage - If this is the first image for the particular item,
the picture generated will be different based on if this is the
first image for the item or not.
public int uploadPictures(PhotoDisplayCodeType option,
PictureInfo[] picInfoList)
uploadPictures in interface PictureServiceoption - The PhotoDisplayCodeType option.picInfoList - List of PictureInfo objects. Each object contains
the local picture file path, uploading error, response object and URI if the uploading
succeeded.
|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.