public interface MwsRequestType
This includes the service, version, operation name, response object class, and call parameters.
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setRHMD(MwsObject response,
MwsResponseHeaderMetadata rhmd)
Wrap response header metadata and set into response object.
|
MwsException |
wrapException(Throwable e)
Get the class that will be thrown for an exception response.
|
MwsException wrapException(Throwable e)
String getOperationName()
Class<? extends MwsObject> getResponseClass()
void setRHMD(MwsObject response, MwsResponseHeaderMetadata rhmd)
response - rhmd - String getServicePath()
Copyright © 2014. All Rights Reserved.