C# Class ServiceClientGenerator.Generators.Marshallers.RestXmlRequestMarshaller

Inheritance: BaseRequestMarshaller
Mostra file Open project: aws/aws-sdk-net

Public Methods

Method Description
TransformText ( ) : string

Create the template output

Private Methods

Method Description
ProcessList ( string variableName, Member member, string xmlNamespace ) : void
ProcessMembers ( string variableName, IEnumerable members, string xmlNamespace ) : void
ProcessRequestBodyMembers ( string variableName, System.Operation operation ) : void
ProcessStructure ( string variableName, Member member, string xmlNamespace ) : void

Method Details

TransformText() public method

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