IComponent, ILinkablepublic class BaseMappingWrapper extends PassThroughComponent
m_component| Constructor | Description |
|---|---|
BaseMappingWrapper(IComponent wrap) |
Constructor.
|
| Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenAttrPresentTest, genContentPresentTest, genLoadId, getType, getWrapperName, hasAttribute, hasContent, hasId, isOptional, setLinkages, setWrappedComponentpublic BaseMappingWrapper(IComponent wrap)
wrap - wrapped binding componentpublic void genAttributeUnmarshal(ContextMethodBuilder mb) throws JiBXException
IComponentgenAttributeUnmarshal in interface IComponentgenAttributeUnmarshal in class PassThroughComponentmb - method builderJiBXException - if error in configurationpublic void genAttributeMarshal(ContextMethodBuilder mb) throws JiBXException
IComponentgenAttributeMarshal in interface IComponentgenAttributeMarshal in class PassThroughComponentmb - method builderJiBXException - if error in configurationpublic void genContentUnmarshal(ContextMethodBuilder mb) throws JiBXException
IComponentgenContentUnmarshal in interface IComponentgenContentUnmarshal in class PassThroughComponentmb - method builderJiBXException - if error in configurationpublic void genContentMarshal(ContextMethodBuilder mb) throws JiBXException
IComponentgenContentMarshal in interface IComponentgenContentMarshal in class PassThroughComponentmb - method builderJiBXException - if error in configurationpublic void genNewInstance(ContextMethodBuilder mb) throws JiBXException
IComponentgenNewInstance in interface IComponentgenNewInstance in class PassThroughComponentmb - method builderJiBXException - if error in configurationpublic void print(int depth)
print in interface IComponentprint in class PassThroughComponent