C# Class Castle.Facilities.WcfIntegration.Behaviors.CustomMessageFormatter

Inheritance: AbstractMessageFormatter
Exibir arquivo Open project: castleproject/Windsor

Public Properties

Property Type Description
Instance CustomMessageFormatter

Protected Methods

Method Description
CreateWriter ( Message message, char format, StringBuilder output ) : XmlDictionaryWriter
CreateWriter ( StringBuilder output ) : XmlWriter
FormatMessage ( Message message, string format ) : string

Private Methods

Method Description
FormattedHeaders ( Message message, StringBuilder output ) : void
FormattedMessage ( Message message, char format, StringBuilder output ) : void
TestFormat ( string &format, char test ) : bool

Method Details

CreateWriter() protected method

protected CreateWriter ( Message message, char format, StringBuilder output ) : XmlDictionaryWriter
message Message
format char
output System.Text.StringBuilder
return System.Xml.XmlDictionaryWriter

CreateWriter() protected method

protected CreateWriter ( StringBuilder output ) : XmlWriter
output System.Text.StringBuilder
return System.Xml.XmlWriter

FormatMessage() protected method

protected FormatMessage ( Message message, string format ) : string
message Message
format string
return string

Property Details

Instance public_oe static_oe property

public static CustomMessageFormatter,Castle.Facilities.WcfIntegration.Behaviors Instance
return CustomMessageFormatter