MessageEncodingBindingElementImporter Class

Definition

Converts WSDL-based policies and contracts about message encoding into descriptions of the binding elements that can implement these policies for the service.

public ref class MessageEncodingBindingElementImporter : System::ServiceModel::Description::IPolicyImportExtension, System::ServiceModel::Description::IWsdlImportExtension
public class MessageEncodingBindingElementImporter : System.ServiceModel.Description.IPolicyImportExtension, System.ServiceModel.Description.IWsdlImportExtension
type MessageEncodingBindingElementImporter = class
    interface IWsdlImportExtension
    interface IPolicyImportExtension
Public Class MessageEncodingBindingElementImporter
Implements IPolicyImportExtension, IWsdlImportExtension
Inheritance
MessageEncodingBindingElementImporter
Implements

Remarks

Override this class to extend the standard mapping between WSDL and a message encoding binding element. Then attach your custom object to a WsdlImporter either programmatically or by using an application configuration file. You can also attach your custom object to the internal WsdlImporter used by the Service Trace Viewer Tool (SvcTraceViewer.exe) using an application configuration file.

Use the IWsdlImportExtension.BeforeImport method to directly modify the metadata that is then imported into message encoding binding elements.

Constructors

MessageEncodingBindingElementImporter()

Initializes a new instance of the MessageEncodingBindingElementImporter class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IPolicyImportExtension.ImportPolicy(MetadataImporter, PolicyConversionContext)

Defines a method that can import custom policy assertions for message encoding and that adds the binding elements that implement the policy.

IWsdlImportExtension.BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection<XmlElement>)

Called prior to importing the metadata documents associated with the encoding.

IWsdlImportExtension.ImportContract(WsdlImporter, WsdlContractConversionContext)

Called when importing a contract.

IWsdlImportExtension.ImportEndpoint(WsdlImporter, WsdlEndpointConversionContext)

Maps the custom WSDL extensions for encoding messages to the service description.

Applies to