C# Class Spring.Messaging.Support.Converters.XmlDocumentConverter

Converts an XmlDocument to a Message and vice-versa by using the message's body stream.
Inheritance: IMessageConverter
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

FromMessage ( System.Messaging.Message message ) : object

Convert the given message to a object.

ToMessage ( object obj ) : System.Messaging.Message

Convert the given object to a Message.

Method Details

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object

FromMessage() public méthode

Convert the given message to a object.
public FromMessage ( System.Messaging.Message message ) : object
message System.Messaging.Message The message.
Résultat object

ToMessage() public méthode

Convert the given object to a Message.
public ToMessage ( object obj ) : System.Messaging.Message
obj object The object to send.
Résultat System.Messaging.Message