Package | Description |
---|---|
org.castor.mapping | |
org.castor.xml | |
org.exolab.castor.xml |
The XML Marshaller API
|
org.exolab.castor.xml.parsing |
Modifier and Type | Class and Description |
---|---|
class |
MappingUnmarshallListener
An UnmarshalListener to handle mapping includes.
|
Modifier and Type | Class and Description |
---|---|
class |
UnmarshalListenerAdapter
This class is responsible to adapt from new (1.2) UnmarshalListener interface
to calls into the old interface.
The old interface has been marked as deprecated but will be supported for some Castor releases to come. |
Modifier and Type | Method and Description |
---|---|
void |
UnmarshalHandler.setUnmarshalListener(UnmarshalListener listener)
Sets an
UnmarshalListener . |
void |
Unmarshaller.setUnmarshalListener(UnmarshalListener listener)
Sets an optional
UnmarshalListener to receive pre and
post unmarshal notification for each Object in the tree. |
Modifier and Type | Class and Description |
---|---|
class |
UnmarshalListenerDelegate
This class handles delegates methods call to
UnmarshalListener . |
Modifier and Type | Method and Description |
---|---|
void |
UnmarshalListenerDelegate.setUnmarshalListener(UnmarshalListener listener)
Sets an
UnmarshalListener . |
Copyright © 2022. All rights reserved.