protected static class MarketplaceWebServiceOrdersClient.RequestType extends Object implements MwsRequestType
| Constructor and Description |
|---|
MarketplaceWebServiceOrdersClient.RequestType(String operationName,
Class<? extends MWSResponse> responseClass,
String servicePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getOperationName()
Get the operation name that identifies the operation within the service
version.
|
Class<? extends MwsObject> |
getResponseClass()
Get the class that will hold a successful response.
|
String |
getServicePath()
Get the service path string that identifies the service and version to
call on the server.
|
int |
hashCode() |
void |
setRHMD(MwsObject response,
MwsResponseHeaderMetadata rhmd)
Wrap response header metadata and set into response object.
|
MwsException |
wrapException(Throwable cause)
Get the class that will be thrown for an exception response.
|
public MarketplaceWebServiceOrdersClient.RequestType(String operationName, Class<? extends MWSResponse> responseClass, String servicePath)
public String getServicePath()
MwsRequestTypegetServicePath in interface MwsRequestTypepublic String getOperationName()
MwsRequestTypegetOperationName in interface MwsRequestTypepublic Class<? extends MwsObject> getResponseClass()
MwsRequestTypegetResponseClass in interface MwsRequestTypepublic MwsException wrapException(Throwable cause)
MwsRequestTypewrapException in interface MwsRequestTypepublic void setRHMD(MwsObject response, MwsResponseHeaderMetadata rhmd)
MwsRequestTypesetRHMD in interface MwsRequestTypeCopyright © 2014. All Rights Reserved.