|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface ITypeBinding
Interface for accessing methods used in a type binding. All the methods accessed by this interface are public, static, methods.
| Method Summary | |
|---|---|
java.lang.String |
getAttributeMarshalMethod()
Get the method which marshals attributes from an instance. |
java.lang.String |
getAttributePresentTestMethod()
Get the method which checks attributes to determine if an instance is present. |
java.lang.String |
getAttributeUnmarshalMethod()
Get the method which unmarshals attributes into an instance. |
java.lang.String |
getCompleteMethod()
Get the method which handles unmarshalling completion. |
java.lang.String |
getContentMarshalMethod()
Get the method which marshals child elements and character data content from an instance. |
java.lang.String |
getContentPresentTestMethod()
Get the method which checks child elements to determine if an instance is present. |
java.lang.String |
getContentUnmarshalMethod()
Get the method which unmarshals child elements and character data content into an instance. |
java.lang.String |
getCreateMethod()
Get the method which creates an instance of the bound class if one does not already exist. |
java.lang.String |
getPrepareMethod()
Get the method which handles preparation for marshalling an instance. |
| Method Detail |
|---|
java.lang.String getCreateMethod()
throws JiBXException
null that reference will
simply be returned; otherwise, a new instance will be created and
returned. This method also handles any appropriate pre-set processing for
the instance.
null if none
JiBXException - on error in code generation
java.lang.String getCompleteMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
java.lang.String getPrepareMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
java.lang.String getAttributePresentTestMethod()
throws JiBXException
true if an attribute of the mapping
is found, false if not.
null if none
JiBXException - on error in code generation
java.lang.String getAttributeUnmarshalMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
java.lang.String getAttributeMarshalMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
java.lang.String getContentPresentTestMethod()
throws JiBXException
true if an attribute of the mapping
is found, false if not.
null if none
JiBXException - on error in code generation
java.lang.String getContentUnmarshalMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
java.lang.String getContentMarshalMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||