|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.castor.mapping.Mapping.IncludeListener
class Mapping.IncludeListener
An UnmarshalListener to handle mapping includes
| Constructor Summary | |
|---|---|
Mapping.IncludeListener()
|
|
| Method Summary | |
|---|---|
void |
attributesProcessed(java.lang.Object object)
This method is called once the attributes have been processed. |
void |
fieldAdded(java.lang.String fieldName,
java.lang.Object parent,
java.lang.Object child)
This method is called after a child object has been added during the unmarshalling. |
void |
initialized(java.lang.Object object)
This method is called when an object has just been initialized by the Unmarshaller. |
void |
unmarshalled(java.lang.Object object)
This method is called after an object has been completely unmarshalled, including all of its children (if any). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
Mapping.IncludeListener()
| Method Detail |
|---|
public void initialized(java.lang.Object object)
UnmarshalListener
initialized in interface UnmarshalListenerobject - the Object that was initialized.public void attributesProcessed(java.lang.Object object)
UnmarshalListener
attributesProcessed in interface UnmarshalListenerobject - the Object the object being unmarshalled.
public void fieldAdded(java.lang.String fieldName,
java.lang.Object parent,
java.lang.Object child)
UnmarshalListenerunmarshalled
has been called for the child.
fieldAdded in interface UnmarshalListenerfieldName - the Name of the field the child is being added to.child - the Object that was just added.public void unmarshalled(java.lang.Object object)
unmarshalled in interface UnmarshalListenerobject - the Object that was unmarshalled.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||