C# Класс Amazon.S3.Model.Internal.MarshallTransformations.S3ReponseUnmarshaller

Class for unmarshalling S3 service responses
Наследование: XmlResponseUnmarshaller
Показать файл Открыть проект

Открытые методы

Метод Описание
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