com.elasticpath.service.catalog
Interface ProductXmlService

All Known Implementing Classes:
ProductXmlServiceImpl

public interface ProductXmlService

Provides a service for generating product data in xml format.


Method Summary
 java.lang.String getProductMinimalXml(java.lang.String baseUrl, java.lang.String productUid)
          Returns the minimal product data required by PowerReviews in xml format.
 

Method Detail

getProductMinimalXml

java.lang.String getProductMinimalXml(java.lang.String baseUrl,
                                      java.lang.String productUid)
                                      throws EpServiceException
Returns the minimal product data required by PowerReviews in xml format.

Parameters:
baseUrl - - the base url of the request.
productUid - - the product uid of the product to get data from.
Returns:
the product data in xml format
Throws:
EpServiceException - - in case of errors