EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.oxm
Interface XMLMarshalListener

All Known Implementing Classes:
JAXBMarshalListener, SDOMarshalListener

public interface XMLMarshalListener

An implementation of XMLMarshalListener can be set on an XMLMarshaller to provide additional behaviour during marshal operations.


Method Summary
 void afterMarshal(java.lang.Object target)
          This event will be called after an object is marshalled.
 void beforeMarshal(java.lang.Object target)
          This event will be called before an object is marshalled.
 

Method Detail

beforeMarshal

void beforeMarshal(java.lang.Object target)
This event will be called before an object is marshalled.

Parameters:
target - The object that will be marshalled.

afterMarshal

void afterMarshal(java.lang.Object target)
This event will be called after an object is marshalled.

Parameters:
target - The object that was marshalled.

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference