| Interface | Description |
|---|---|
| MwsCall |
Interface for call instances.
|
| MwsObject |
An object that can read/write from MwsReader/MwsWriter.
|
| MwsReader |
Methods to read an object from XML, JSON or other serial form.
|
| MwsRequestType |
Defines metadata for an operation.
|
| MwsWriter |
Interface for objects that write data and complex types to some format.
|
| Class | Description |
|---|---|
| AbstractMwsObject |
Abstract class that provides default implementations for some of the
MwsObject interface methods.
|
| MwsConnection |
An connection to a server to send requests to for processing.
|
| MwsEndpoints |
Published URI's for MWS services.
|
| MwsException.XmlMwsException |
Used to read MWSException from XML since MWSException cannot extend AbstractMwsObject.
|
| MwsJsonBuilder |
A MwsWriter that builds a JSON string.
|
| MwsJsonWriter |
An MwsWriter that writes JSON to a java.io.Writer.
|
| MwsResponse |
Response from MwsCall.call method.
|
| MwsResponseHeaderMetadata |
Response header metadata.
|
| MwsResponseMetadata |
Response metadata.
|
| MwsUtl |
Static utility functions used by MWS client classes.
|
| MwsXmlBuilder |
A MwsWriter that builds a XML string.
|
| MwsXmlReader |
A MwsReader that reads XML from a java.io.Reader.
|
| MwsXmlWriter |
An MwsWriter that writes XML to a StringBuilder.
|
| Exception | Description |
|---|---|
| MwsException |
Exception thrown by MWS API requests.
|
Copyright © 2014. All Rights Reserved.