XmlHelperCreateInstance Method |
Name | Description | |
---|---|---|
![]() ![]() | CreateInstance(IXmlElement, XmlHelperIParameterResolver) |
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. |
![]() ![]() | CreateInstance(IXmlElement, XmlHelperIParameterResolver, 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. |