public class BaseMappingWrapper extends PassThroughComponent
m_component| Constructor and Description |
|---|
BaseMappingWrapper(IComponent wrap)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
genAttributeMarshal(ContextMethodBuilder mb)
Generate attribute marshalling code.
|
void |
genAttributeUnmarshal(ContextMethodBuilder mb)
Generate attribute unmarshalling code.
|
void |
genContentMarshal(ContextMethodBuilder mb)
Generate element or text marshalling code.
|
void |
genContentUnmarshal(ContextMethodBuilder mb)
Generate element or text unmarshalling code.
|
void |
genNewInstance(ContextMethodBuilder mb)
Generate code to create new instance of object.
|
void |
print(int depth) |
genAttrPresentTest, genContentPresentTest, genLoadId, getType, getWrapperName, hasAttribute, hasContent, hasId, isOptional, setLinkages, setWrappedComponentpublic BaseMappingWrapper(IComponent wrap)
wrap - wrapped binding componentpublic void genAttributeUnmarshal(ContextMethodBuilder mb) throws org.jibx.runtime.JiBXException
IComponentgenAttributeUnmarshal in interface IComponentgenAttributeUnmarshal in class PassThroughComponentmb - method builderorg.jibx.runtime.JiBXException - if error in configurationpublic void genAttributeMarshal(ContextMethodBuilder mb) throws org.jibx.runtime.JiBXException
IComponentgenAttributeMarshal in interface IComponentgenAttributeMarshal in class PassThroughComponentmb - method builderorg.jibx.runtime.JiBXException - if error in configurationpublic void genContentUnmarshal(ContextMethodBuilder mb) throws org.jibx.runtime.JiBXException
IComponentgenContentUnmarshal in interface IComponentgenContentUnmarshal in class PassThroughComponentmb - method builderorg.jibx.runtime.JiBXException - if error in configurationpublic void genContentMarshal(ContextMethodBuilder mb) throws org.jibx.runtime.JiBXException
IComponentgenContentMarshal in interface IComponentgenContentMarshal in class PassThroughComponentmb - method builderorg.jibx.runtime.JiBXException - if error in configurationpublic void genNewInstance(ContextMethodBuilder mb) throws org.jibx.runtime.JiBXException
IComponentgenNewInstance in interface IComponentgenNewInstance in class PassThroughComponentmb - method builderorg.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.