public abstract class LinkableBase extends PassThroughComponent
| Modifier and Type | Field and Description |
|---|---|
private boolean |
m_isLinked
Flag for linkage complete.
|
private boolean |
m_isLinking
Flag for linkage in progress.
|
m_component| Modifier | Constructor and Description |
|---|---|
protected |
LinkableBase()
No argument constructor.
|
|
LinkableBase(IComponent wrap)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleRecursion()
Handler for recursion.
|
protected boolean |
isLinked()
Check if linkage processing for this component is complete.
|
void |
print(int depth) |
void |
setLinkages()
Establish and validate linkages between binding components.
|
genAttributeMarshal, genAttributeUnmarshal, genAttrPresentTest, genContentMarshal, genContentPresentTest, genContentUnmarshal, genLoadId, genNewInstance, getType, getWrapperName, hasAttribute, hasContent, hasId, isOptional, setWrappedComponentprivate boolean m_isLinking
private boolean m_isLinked
protected LinkableBase()
PassThroughComponent.setWrappedComponent(org.jibx.binding.def.IComponent) method.public LinkableBase(IComponent wrap)
wrap - wrapped binding componentprotected void handleRecursion()
protected boolean isLinked()
true if complete, false if notpublic void setLinkages()
throws JiBXException
ILinkablesetLinkages in interface ILinkablesetLinkages in class PassThroughComponentJiBXException - if error in configurationpublic void print(int depth)
print in interface IComponentprint in class PassThroughComponent