C# Class Castle.Facilities.WcfIntegration.Tests.Behaviors.StoreMessageBody

Inheritance: AbstractMessageEnvelopeAction
Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
Perform ( Message message, XmlDocument envelope, MessageLifecycle lifecyle, IDictionary state ) : bool
StoreMessageBody ( MessageLifecycle lifecycle ) : System.Collections

Method Details

Perform() public method

public Perform ( Message message, XmlDocument envelope, MessageLifecycle lifecyle, IDictionary state ) : bool
message Message
envelope System.Xml.XmlDocument
lifecyle MessageLifecycle
state IDictionary
return bool

StoreMessageBody() public method

public StoreMessageBody ( MessageLifecycle lifecycle ) : System.Collections
lifecycle MessageLifecycle
return System.Collections