public class ProductServiceSample extends Object
User: Kirill, Date: 11.09.13 16:18
.| Modifier and Type | Field and Description |
|---|---|
private static String |
MAIN_PICTURE_FILENAME |
private ProductService |
productService |
private SellerService |
sellerService |
private static String |
TAX_INFO_IDENTIFIER |
private TaxService |
taxService |
| Constructor and Description |
|---|
ProductServiceSample(URL url,
Credentials credentials,
Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
static ProductInfo |
createProduct(String identifier,
String name,
String tax) |
void |
testPictures() |
private static final String TAX_INFO_IDENTIFIER
private static final String MAIN_PICTURE_FILENAME
private final TaxService taxService
private final ProductService productService
private final SellerService sellerService
public ProductServiceSample(URL url, Credentials credentials, Transport transport)
public void testPictures()
throws IOException
IOExceptionCopyright © 2022. All rights reserved.