| Package | Description |
|---|---|
| com.amazonservices.mws.client | |
| com.amazonservices.mws.orders._2013_09_01 | |
| com.amazonservices.mws.orders._2013_09_01.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMwsObject
Abstract class that provides default implementations for some of the
MwsObject interface methods.
|
protected static class |
MwsException.XmlMwsException
Used to read MWSException from XML since MWSException cannot extend AbstractMwsObject.
|
class |
MwsResponseMetadata
Response metadata.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends MwsObject> |
MwsConnection.call(MwsRequestType type,
MwsObject requestData)
Call an operation and return the response data.
|
<T extends MwsObject> |
MwsConnection.callAsync(MwsRequestType type,
MwsObject requestData)
Call a request async, return a future on the response data.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MwsObject> |
MwsRequestType.getResponseClass()
Get the class that will hold a successful response.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends MwsObject> |
MwsConnection.call(MwsRequestType type,
MwsObject requestData)
Call an operation and return the response data.
|
<T extends MwsObject> |
MwsConnection.callAsync(MwsRequestType type,
MwsObject requestData)
Call a request async, return a future on the response data.
|
void |
MwsRequestType.setRHMD(MwsObject response,
MwsResponseHeaderMetadata rhmd)
Wrap response header metadata and set into response object.
|
void |
MwsXmlWriter.write(String namespace,
String name,
MwsObject value) |
void |
MwsWriter.write(String namespace,
String name,
MwsObject value)
Write out an object with a namespace attribute.
|
void |
MwsJsonWriter.write(String namespace,
String name,
MwsObject value) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MwsObject> |
MarketplaceWebServiceOrdersClient.RequestType.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MarketplaceWebServiceOrdersClient.RequestType.setRHMD(MwsObject response,
MwsResponseHeaderMetadata rhmd) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MWSResponse
Interface implemented by responses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Address
Address complex type.
|
class |
GetOrderRequest
GetOrderRequest complex type.
|
class |
GetOrderResponse
GetOrderResponse complex type.
|
class |
GetOrderResult
GetOrderResult complex type.
|
class |
GetServiceStatusRequest
GetServiceStatusRequest complex type.
|
class |
GetServiceStatusResponse
GetServiceStatusResponse complex type.
|
class |
GetServiceStatusResult
GetServiceStatusResult complex type.
|
class |
InvoiceData
InvoiceData complex type.
|
class |
ListOrderItemsByNextTokenRequest
ListOrderItemsByNextTokenRequest complex type.
|
class |
ListOrderItemsByNextTokenResponse
ListOrderItemsByNextTokenResponse complex type.
|
class |
ListOrderItemsByNextTokenResult
ListOrderItemsByNextTokenResult complex type.
|
class |
ListOrderItemsRequest
ListOrderItemsRequest complex type.
|
class |
ListOrderItemsResponse
ListOrderItemsResponse complex type.
|
class |
ListOrderItemsResult
ListOrderItemsResult complex type.
|
class |
ListOrdersByNextTokenRequest
ListOrdersByNextTokenRequest complex type.
|
class |
ListOrdersByNextTokenResponse
ListOrdersByNextTokenResponse complex type.
|
class |
ListOrdersByNextTokenResult
ListOrdersByNextTokenResult complex type.
|
class |
ListOrdersRequest
ListOrdersRequest complex type.
|
class |
ListOrdersResponse
ListOrdersResponse complex type.
|
class |
ListOrdersResult
ListOrdersResult complex type.
|
class |
Message
Message complex type.
|
class |
Money
Money complex type.
|
class |
Order
Order complex type.
|
class |
OrderItem
OrderItem complex type.
|
class |
PaymentExecutionDetailItem
PaymentExecutionDetailItem complex type.
|
class |
ResponseMetadata
ResponseMetadata complex type.
|
Copyright © 2014. All Rights Reserved.