This documentation is archived and is not being maintained.

ProtocolReflector Members

Provides common functionality across communication protocols for creating ServiceDescription objects from classes that are identified as Web services.

The ProtocolReflector type exposes the following members.

  NameDescription
Protected method ProtocolReflector Initializes a new instance of the ProtocolReflector class.
Top

  NameDescription
Protected method BeginClass When overridden in a derived class, performs processing before ProtocolReflector calls the ReflectMethod method for each of the methods for a binding.
Protected method EndClass When overridden in a derived class, performs processing after [ProtocolReflector] has called the ReflectMethod method for each of the methods for a binding.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetServiceDescription Gets a ServiceDescription object for a given XML namespace and the applicable communication protocol.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method ReflectDescription When overridden in a derived class, generates service-specific description information that gets placed in a ServiceDescription object that corresponds to a binding.
Protected method ReflectMethod When overridden in a derived class, generates method-specific information that gets placed in a ServiceDescription object corresponding to a binding.
Protected method ReflectMethodBinding When overridden in a derived class, returns the name of the binding that a method belongs to.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Binding Gets the Web Services Description Language (WSDL) binding currently being generated and added to the associated ServiceDescription.
Public property DefaultNamespace Gets the default namespace, as identified by the associated ServiceDescription object's Namespace property.
Public property HeaderMessages Gets SOAP header message definitions to be added to the associated ServiceDescription object.
Public property InputMessage Gets the Web Services Description Language (WSDL) input message for the abstract operation that the protocol reflector is currently generating from a Web service method.
Public property Method Gets the Web service method that the protocol reflector is currently processing to generate a Web Services Description Language (WSDL) operation to be placed in the generated ServiceDescription.
Public property MethodAttribute Gets the WebMethodAttribute for the method that the protocol reflector is currently processing to generate a Web Services Description Language (WSDL) operation to be placed in the generated ServiceDescription.
Public property Methods Gets the Web service methods belonging to the Web service class, as identified by the associated ProtocolReflector object's Methods property.
Public property Operation Gets the abstract Web Services Description Language (WSDL) operation that the protocol reflector is currently generating from a Web service method.
Public property OperationBinding Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently generating from a Web service method.
Public property OutputMessage Gets the Web Services Description Language (WSDL) output message for the abstract operation that the protocol reflector is currently generating from a Web service method.
Public property Port Gets the Web Services Description Language (WSDL) port that the protocol reflector is currently generating to contain a reference to the binding being generated.
Public property PortType Gets the Web Services Description Language (WSDL) portType that the protocol reflector is currently generating to be implemented by the binding being generated.
Public property ProtocolName When overridden in a derived class, gets the name of the protocol being used.
Public property ReflectionImporter Gets the XmlReflectionImporter instance being used by the associated ServiceDescriptionReflector instance.
Public property SchemaExporter Gets the XmlSchemaExporter instance being used by the associated ServiceDescriptionReflector instance.
Public property Schemas Gets the XML schemas being generated by the associated ServiceDescriptionReflector instance.
Public property Service Gets the Web Services Description Language (WSDL) service that the protocol reflector is currently generating to contain a reference to the binding being generated.
Public property ServiceDescription Gets the ServiceDescription object currently being created to contain the binding being generated.
Public property ServiceDescriptions Gets the ServiceDescription objects that have so far been created and added to the corresponding to the ServiceDescriptionCollection obtained through the ServiceDescriptions property of the associated ServiceDescriptionReflector instance.
Public property ServiceType Gets the type of the Web service class being reflected to produce ServiceDescription objects.
Public property ServiceUrl Gets the endpoint of the associated Web service as a Uniform Resource Locator (URL), obtained from the associated ServiceDescriptionReflector object.
Top
Show: