Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

Overload List

  NameDescription
Public methodStatic memberCreateInstance(IXmlElement, XmlHelper..::..IParameterResolver)
Create an instance of the class configured using an IXmlElement of the following structure:
            <!ELEMENT ... (class-name | (class-factory-name, method-name),
            init-params?>
            <!ELEMENT init-params (init-param*)>
            <!ELEMENT init-param ((param-name | param-type), param-value,
            description?)>
            
As of Coherence 12.1.2 the supplied element may also be of the following format:
            <!ELEMENT instance>
            
where the "instance" format is the same as above.
Public methodStatic memberCreateInstance(IXmlElement, XmlHelper..::..IParameterResolver, Type)
Create an instance of the class configured using an IXmlElement of the following structure:
            <!ELEMENT ... (class-name | (class-factory-name, method-name),
            init-params?>
            <!ELEMENT init-params (init-param*)>
            <!ELEMENT init-param ((param-name | param-type), param-value,
            description?)>
            
As of Coherence 12.1.2 the supplied element may also be of the following format:
            <!ELEMENT instance>
            
where the "instance" format is the same as above.

See Also