C# Class Amazon.S3.Model.Internal.MarshallTransformations.S3ReponseUnmarshaller

Class for unmarshalling S3 service responses
Inheritance: XmlResponseUnmarshaller
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ConstructUnmarshallerContext ( Stream responseStream, bool maintainResponseBody, IWebResponseData response ) : Amazon.Runtime.Internal.Transform.UnmarshallerContext

Method Details

ConstructUnmarshallerContext() protected méthode

protected ConstructUnmarshallerContext ( Stream responseStream, bool maintainResponseBody, IWebResponseData response ) : Amazon.Runtime.Internal.Transform.UnmarshallerContext
responseStream Stream
maintainResponseBody bool
response IWebResponseData
Résultat Amazon.Runtime.Internal.Transform.UnmarshallerContext

CreateContext() public méthode

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

Unmarshall() public méthode

public Unmarshall ( Amazon.Runtime.Internal.Transform.UnmarshallerContext input ) : AmazonWebServiceResponse
input Amazon.Runtime.Internal.Transform.UnmarshallerContext
Résultat Amazon.Runtime.AmazonWebServiceResponse

UnmarshallException() public méthode

public UnmarshallException ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, Exception innerException, HttpStatusCode statusCode ) : AmazonServiceException
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
innerException System.Exception
statusCode HttpStatusCode
Résultat Amazon.Runtime.AmazonServiceException