Class
caplin.component.composite

CompositeComponentFactoryProxy

The class has been deprecated and may be removed in future releases.
The CompositeComponentFactoryProxy class is a blueprint for proxy objects that parse the XML DOM representation of a CompositeComponent and instantiates and returns a corresponding instance on behalf of the CompositeComponentFactory.

Constructor Summary

Attributes Name and Description
caplin.component.composite.CompositeComponentFactoryProxy(DOMElement eXmlModel)

Constructs a new CompositeComponentFactoryProxy.

Method Summary

Attributes Name and Description
caplin.component.composite.CompositeComponent createComponent()

Invoking this method causes the XML DOM to be parsed and the CompositeComponent to be constructed.

Constructor Detail

caplin.component.composite.CompositeComponentFactoryProxy(DOMElement eXmlModel)

Constructs a new CompositeComponentFactoryProxy.

Parameters
DOMElement eXmlModel The XML DOM root node representing a CompositeComponent.
Deprecated
This is deprecated and will not be supported in the future.

Method Detail

caplin.component.composite.CompositeComponent createComponent()

Invoking this method causes the XML DOM to be parsed and the CompositeComponent to be constructed.

Returns
An instance of the CompositeComponent corresponding to the XML DOM representation.