|
||||||||||
| 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 | |
|---|---|
String |
getAttributeMarshalMethod()
Get the method which marshals attributes from an instance. |
String |
getAttributePresentTestMethod()
Get the method which checks attributes to determine if an instance is present. |
String |
getAttributeUnmarshalMethod()
Get the method which unmarshals attributes into an instance. |
String |
getCompleteMethod()
Get the method which handles unmarshalling completion. |
String |
getContentMarshalMethod()
Get the method which marshals child elements and character data content from an instance. |
String |
getContentPresentTestMethod()
Get the method which checks child elements to determine if an instance is present. |
String |
getContentUnmarshalMethod()
Get the method which unmarshals child elements and character data content into an instance. |
String |
getCreateMethod()
Get the method which creates an instance of the bound class if one does not already exist. |
String |
getPrepareMethod()
Get the method which handles preparation for marshalling an instance. |
| Method Detail |
|---|
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
String getCompleteMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
String getPrepareMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
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
String getAttributeUnmarshalMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
String getAttributeMarshalMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
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
String getContentUnmarshalMethod()
throws JiBXException
null if none
JiBXException - on error in code generation
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 | |||||||||