Changes since
the last release

com.ebay.sdk.attributes
Class AttributesXslDownloader

java.lang.Object
  extended by com.ebay.sdk.attributes.AttributesXslDownloader
All Implemented Interfaces:
IAttributesXslProvider

public class AttributesXslDownloader
extends Object
implements IAttributesXslProvider

Implements IAttributesXslProvider. It makes calls eBay SDK to download the XSL data fromgets XSL data by calling eBay API.

Title: AttributesLib for Java

Description:

Copyright: Copyright (c) 2004

Company: eBay Inc.


Constructor Summary
AttributesXslDownloader(ApiContext apiContext)
           
 
Method Summary
 String downloadXsl()
           
 String downloadXsl(ApiContext asn)
          Downloads attributes XSL through eBay SOAP API.
 String getXslFileName()
           
 String getXslText()
          Gets the XSL text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesXslDownloader

public AttributesXslDownloader(ApiContext apiContext)
                        throws Exception,
                               IOException
Throws:
Exception
IOException
Method Detail

getXslText

public String getXslText()
                  throws ApiException,
                         SdkException,
                         Exception
Gets the XSL text.

Specified by:
getXslText in interface IAttributesXslProvider
Returns:
String
Throws:
ApiException
SdkException
Exception

downloadXsl

public String downloadXsl(ApiContext asn)
                   throws ApiException,
                          SdkException,
                          Exception
Downloads attributes XSL through eBay SOAP API.

Specified by:
downloadXsl in interface IAttributesXslProvider
Parameters:
asn - ApiContext
Throws:
ApiException
SdkException
Exception

getXslFileName

public String getXslFileName()
Specified by:
getXslFileName in interface IAttributesXslProvider

downloadXsl

public String downloadXsl()
                   throws ApiException,
                          SdkException,
                          Exception
Specified by:
downloadXsl in interface IAttributesXslProvider
Throws:
ApiException
SdkException
Exception

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-2006 eBay Inc. All rights reserved.