public abstract class LinkableBase extends PassThroughComponent
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, setWrappedComponentprotected 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 org.jibx.runtime.JiBXException
ILinkablesetLinkages in interface ILinkablesetLinkages in class PassThroughComponentorg.jibx.runtime.JiBXException - if error in configurationpublic void print(int depth)
print in interface IComponentprint in class PassThroughComponentCopyright © 2005–2016 jibx.org. All rights reserved.