C# Class System.ServiceModel.Dispatcher.WebMessageFormatter

Mostra file Open project: kumpera/mono

Public Methods

Method Description
WebMessageFormatter ( OperationDescription operation, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.QueryStringConverter converter, WebHttpBehavior behavior ) : System

Protected Methods

Method Description
CheckMessageVersion ( System.ServiceModel.Channels.MessageVersion messageVersion ) : void
DeserializeObject ( Object serializer, Message message, MessageDescription md, bool isWrapped, WebContentFormat fmt ) : object
GetMediaTypeString ( WebContentFormat fmt ) : string
GetMessageDescription ( MessageDirection dir ) : MessageDescription
GetSerializer ( WebContentFormat msgfmt, bool isWrapped, System.ServiceModel.Description.MessagePartDescription part ) : Object
ReadObjectBody ( Object serializer, XmlReader reader ) : object
ToContentFormat ( WebMessageFormat src, object result ) : WebContentFormat

Private Methods

Method Description
ApplyWebAttribute ( ) : void

Method Details

CheckMessageVersion() protected method

protected CheckMessageVersion ( System.ServiceModel.Channels.MessageVersion messageVersion ) : void
messageVersion System.ServiceModel.Channels.MessageVersion
return void

DeserializeObject() protected method

protected DeserializeObject ( Object serializer, Message message, MessageDescription md, bool isWrapped, WebContentFormat fmt ) : object
serializer System.Object
message System.Globalization.Message
md System.ServiceModel.Description.MessageDescription
isWrapped bool
fmt WebContentFormat
return object

GetMediaTypeString() protected method

protected GetMediaTypeString ( WebContentFormat fmt ) : string
fmt WebContentFormat
return string

GetMessageDescription() protected method

protected GetMessageDescription ( MessageDirection dir ) : MessageDescription
dir MessageDirection
return System.ServiceModel.Description.MessageDescription

GetSerializer() protected method

protected GetSerializer ( WebContentFormat msgfmt, bool isWrapped, System.ServiceModel.Description.MessagePartDescription part ) : Object
msgfmt WebContentFormat
isWrapped bool
part System.ServiceModel.Description.MessagePartDescription
return System.Object

ReadObjectBody() protected method

protected ReadObjectBody ( Object serializer, XmlReader reader ) : object
serializer System.Object
reader XmlReader
return object

ToContentFormat() protected method

protected ToContentFormat ( WebMessageFormat src, object result ) : WebContentFormat
src WebMessageFormat
result object
return WebContentFormat

WebMessageFormatter() public method

public WebMessageFormatter ( OperationDescription operation, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.QueryStringConverter converter, WebHttpBehavior behavior ) : System
operation System.ServiceModel.Description.OperationDescription
endpoint System.ServiceModel.Description.ServiceEndpoint
converter System.ServiceModel.Dispatcher.QueryStringConverter
behavior System.ServiceModel.Description.WebHttpBehavior
return System