|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.mapping.MappingUnmarshallListener
public final class MappingUnmarshallListener
An UnmarshalListener to handle mapping includes.
| Constructor Summary | |
|---|---|
MappingUnmarshallListener(MappingUnmarshaller unmarshaller,
Mapping mapping,
DTDResolver resolver)
|
|
| Method Summary | |
|---|---|
void |
attributesProcessed(Object target,
Object parent)
Not used for includes processing. |
void |
fieldAdded(String fieldName,
Object parent,
Object child)
Not used for includes processing. |
void |
initialized(Object target,
Object parent)
Not used for includes processing. |
void |
unmarshalled(Object target,
Object parent)
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 |
|---|
public MappingUnmarshallListener(MappingUnmarshaller unmarshaller,
Mapping mapping,
DTDResolver resolver)
| Method Detail |
|---|
public void initialized(Object target,
Object parent)
initialized in interface UnmarshalListenertarget - the Object that was initialized.parent - the parent of the target that was initialized{@inheritDoc}
public void attributesProcessed(Object target,
Object parent)
attributesProcessed in interface UnmarshalListenertarget - the Object the object being unmarshalled.parent - the parent of the target being unmarshalled{@inheritDoc}
public void fieldAdded(String fieldName,
Object parent,
Object child)
fieldAdded in interface UnmarshalListenerfieldName - The Name of the field the child is being added to.parent - The Object being unmarshalled.child - The Object that was just added.{@inheritDoc}
public void unmarshalled(Object target,
Object parent)
unmarshalled in interface UnmarshalListenerobject - the Object that was unmarshalled.{@inheritDoc}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||