Class EC2ResponseUnmarshaller
Class for unmarshalling EC2 service responses.
public abstract class EC2ResponseUnmarshaller : XmlResponseUnmarshaller, IResponseUnmarshaller<AmazonWebServiceResponse, UnmarshallerContext>, IUnmarshaller<AmazonWebServiceResponse, UnmarshallerContext>
- Inheritance
-
EC2ResponseUnmarshaller
- Implements
- Inherited Members
Constructors
EC2ResponseUnmarshaller()
protected EC2ResponseUnmarshaller()
Methods
ConstructUnmarshallerContext(Stream, bool, IWebResponseData, bool)
protected override UnmarshallerContext ConstructUnmarshallerContext(Stream responseStream, bool maintainResponseBody, IWebResponseData response, bool isException)
Parameters
responseStream
StreammaintainResponseBody
boolresponse
IWebResponseDataisException
bool
Returns
ConstructUnmarshallerContext(Stream, bool, IWebResponseData, bool, IRequestContext)
protected override UnmarshallerContext ConstructUnmarshallerContext(Stream responseStream, bool maintainResponseBody, IWebResponseData response, bool isException, IRequestContext requestContext)
Parameters
responseStream
StreammaintainResponseBody
boolresponse
IWebResponseDataisException
boolrequestContext
IRequestContext
Returns
Unmarshall(UnmarshallerContext)
public override AmazonWebServiceResponse Unmarshall(UnmarshallerContext input)
Parameters
input
UnmarshallerContext