C# Class ServiceClientGenerator.Generators.Marshallers.BaseResponseUnmarshaller

Inheritance: Generators.BaseGenerator
Mostra file Open project: aws/aws-sdk-net

Public Methods

Method Description
TransformText ( ) : string

Create the template output

Protected Methods

Method Description
AddCommonUsingStatements ( ) : void
AddResponseSingletonMethod ( ) : void
AddStructureSingletonMethod ( ) : void
ProcessStatusCode ( ) : void
UnmarshallHeaders ( ) : void

Method Details

AddCommonUsingStatements() protected method

protected AddCommonUsingStatements ( ) : void
return void

AddResponseSingletonMethod() protected method

protected AddResponseSingletonMethod ( ) : void
return void

AddStructureSingletonMethod() protected method

protected AddStructureSingletonMethod ( ) : void
return void

ProcessStatusCode() protected method

protected ProcessStatusCode ( ) : void
return void

TransformText() public method

Create the template output
public TransformText ( ) : string
return string

UnmarshallHeaders() protected method

protected UnmarshallHeaders ( ) : void
return void