public interface MarshalCallback
Modifier and Type | Method and Description |
---|---|
void |
postMarshal(javax.xml.bind.Marshaller marshaller)
Callback method invoked after marshalling source to XML. |
void |
preMarshal(javax.xml.bind.Marshaller marshaller)
Callback method invoked before marshalling from source to XML. |
void preMarshal(javax.xml.bind.Marshaller marshaller)
Callback method invoked before marshalling from source to XML.
This method is invoked just before marshalling process starts to marshal source.
marshaller
- void postMarshal(javax.xml.bind.Marshaller marshaller)
Callback method invoked after marshalling source to XML.
This method is invoked after source and all its descendants have been marshalled.
marshaller
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.