public class AttachmentRequestMarshaller extends AbstractMarshaller<Request,AttachmentRequest>
| Constructor and Description |
|---|
AttachmentRequestMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build(Request request,
AttachmentRequest in)
More action
|
protected java.lang.String |
getActionName() |
protected java.lang.String |
getContent(AttachmentRequest in) |
protected java.lang.StringBuilder |
getResourcePath(AttachmentRequest in,
java.lang.StringBuilder rpBuilder) |
protected java.lang.String |
getServiceName() |
protected void |
validateRequest(AttachmentRequest in) |
buildPaging, isParseJson, marshallprotected void validateRequest(AttachmentRequest in) throws java.lang.Exception
validateRequest in class AbstractMarshaller<Request,AttachmentRequest>java.lang.Exceptionprotected void build(Request request, AttachmentRequest in)
AbstractMarshallerbuild in class AbstractMarshaller<Request,AttachmentRequest>request - requestin - inprotected java.lang.String getServiceName()
getServiceName in class AbstractMarshaller<Request,AttachmentRequest>protected java.lang.String getActionName()
getActionName in class AbstractMarshaller<Request,AttachmentRequest>protected java.lang.String getContent(AttachmentRequest in) throws java.lang.Exception
getContent in class AbstractMarshaller<Request,AttachmentRequest>java.lang.Exceptionprotected java.lang.StringBuilder getResourcePath(AttachmentRequest in, java.lang.StringBuilder rpBuilder)
getResourcePath in class AbstractMarshaller<Request,AttachmentRequest>