Soap.InvokeRegistry.InterfaceMapItem Fields
InheritedProtected
DefImpl | public | DefImpl is the default implementation class for the interface. |
Documentation | public | Documentation is a brief description that documents the interface. |
ExtName | public | ExtName is the name of the corresponding port type that appears in the WSDL document describing this Web Service. ExtName can be an empty string if the interface and port type have the same name. |
GUID | public | GUID is the globally unique identifier for the interface. |
Info | public | Info points to the runtime type information (RTTI) compiled with the interface. |
IntfExceptions | public | IntfExceptions is an array of entries that describe the exceptions that the interface can raise. |
IntfHeaders | public | IntfHeaders is an array of entries that describe the SOAP headers that should accompany requests directed at the invokable interface. |
InvokeOptions | public | InvokeOptions are the options for the interface that have been registered using the RegisterInvokeOptions method. These options customize the way the interface is called. |
Methods | public | Methods is an array of entries that describe the relationship between methods on the invokable interface and the operation names to which they correspond (if different). |
Name | public | Name is the name of the registered invokable interface. |
Namespace | public | Namespace is the namespace that is uniquely associated with the interface. |
ReturnParamNames | public | ReturnParamNames is a semicolon-delimited list of parameter names that map to the return value of a function. |
SOAPAction | public | SOAPAction is the SOAP Action header (or set of SOAP Action headers) to use on messages directed to this interface.
|
UDDIBindingKey | public | UDDIBindingKey is the unique identifier for the TModel from UDDIOperator that describes the Web Service to which the interface belongs. |
UDDIOperator | public | UDDIOperator is the URL of the UDDI registry, if any, that was used to import the interface definition. |
UnitName | public | UnitName is the name of the unit in which the interface is defined. |
WSDLEncoding | public | WSDLEncoding is the encoding attribute, if any, of the xml header on a WSDL document that defines the port type to which the invokable interface corresponds. |