IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.element
Class AbstractFactoryPlugin

java.lang.Object
  extended by com.ibm.btt.element.AbstractFactoryPlugin
All Implemented Interfaces:
FactoryPlugin

public abstract class AbstractFactoryPlugin
extends java.lang.Object
implements FactoryPlugin


Constructor Summary
AbstractFactoryPlugin()
           
 
Method Summary
 boolean initializeSingleElement(Tag tag, java.lang.Object element)
          Deprecated. 
 boolean initializeSingleElement(Tag tag, java.lang.Object element, SimpleElementManager simpleElementManager)
          Deprecated. 
 boolean injectToParent(Tag parentTag, java.lang.Object parentElement, Tag childTag, java.lang.Object childElement)
          Chains the parent<->child relations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFactoryPlugin

public AbstractFactoryPlugin()
Method Detail

initializeSingleElement

@Deprecated
public boolean initializeSingleElement(Tag tag,
                                                  java.lang.Object element)
                                throws ElementException
Deprecated. 

Throws:
ElementException

initializeSingleElement

@Deprecated
public boolean initializeSingleElement(Tag tag,
                                                  java.lang.Object element,
                                                  SimpleElementManager simpleElementManager)
                                throws ElementException
Deprecated. 

Description copied from interface: FactoryPlugin
Create the Element

Specified by:
initializeSingleElement in interface FactoryPlugin
Returns:
Throws:
ElementException

injectToParent

public boolean injectToParent(Tag parentTag,
                              java.lang.Object parentElement,
                              Tag childTag,
                              java.lang.Object childElement)
                       throws ElementException
Description copied from interface: FactoryPlugin
Chains the parent<->child relations

Specified by:
injectToParent in interface FactoryPlugin
Returns:
Throws:
ElementException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010