|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarshalListener
An interface to allow external "listening" to objects when they are being marshalled for various tracking purposes and potential modification, and to prevent an object from being marshalled if necessary. An implementation of this interface may be registered with the Marshaller.
Method Summary | |
---|---|
void |
postMarshal(java.lang.Object object)
This method is called after an object has been marshalled. |
boolean |
preMarshal(java.lang.Object object)
This method is called before an object is to be marshalled. |
Method Detail |
---|
boolean preMarshal(java.lang.Object object)
object
- the Object about to be marshalled.
void postMarshal(java.lang.Object object)
object
- the Object that was marshalled.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |