C# 클래스 Amazon.S3.Model.Internal.MarshallTransformations.S3ReponseUnmarshaller

Class for unmarshalling S3 service responses
상속: XmlResponseUnmarshaller
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
CreateContext ( IWebResponseData response, bool readEntireResponse, Stream stream, RequestMetrics metrics ) : Amazon.Runtime.Internal.Transform.UnmarshallerContext
Unmarshall ( Amazon.Runtime.Internal.Transform.UnmarshallerContext input ) : AmazonWebServiceResponse
UnmarshallException ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode ) : AmazonServiceException

보호된 메소드들

메소드 설명
ConstructUnmarshallerContext ( Stream responseStream, bool maintainResponseBody, IWebResponseData response ) : Amazon.Runtime.Internal.Transform.UnmarshallerContext

메소드 상세

ConstructUnmarshallerContext() 보호된 메소드

protected ConstructUnmarshallerContext ( Stream responseStream, bool maintainResponseBody, IWebResponseData response ) : Amazon.Runtime.Internal.Transform.UnmarshallerContext
responseStream Stream
maintainResponseBody bool
response IWebResponseData
리턴 Amazon.Runtime.Internal.Transform.UnmarshallerContext

CreateContext() 공개 메소드

public CreateContext ( IWebResponseData response, bool readEntireResponse, Stream stream, RequestMetrics metrics ) : Amazon.Runtime.Internal.Transform.UnmarshallerContext
response IWebResponseData
readEntireResponse bool
stream Stream
metrics RequestMetrics
리턴 Amazon.Runtime.Internal.Transform.UnmarshallerContext

Unmarshall() 공개 메소드

public Unmarshall ( Amazon.Runtime.Internal.Transform.UnmarshallerContext input ) : AmazonWebServiceResponse
input Amazon.Runtime.Internal.Transform.UnmarshallerContext
리턴 Amazon.Runtime.AmazonWebServiceResponse

UnmarshallException() 공개 메소드

public UnmarshallException ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode ) : AmazonServiceException
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
innerException System.Exception
statusCode HttpStatusCode
리턴 Amazon.Runtime.AmazonServiceException