com.sun.xml.bind
Interface CycleRecoverable.Context

Enclosing interface:
CycleRecoverable

public static interface CycleRecoverable.Context

This interface is implemented by the JAXB RI to provide information about the on-going marshalling process.

We may add more methods in the future, so please do not implement this interface in your application.


Method Summary
 javax.xml.bind.Marshaller getMarshaller()
          Returns the marshaller object that's doing the marshalling.
 

Method Detail

getMarshaller

javax.xml.bind.Marshaller getMarshaller()
Returns the marshaller object that's doing the marshalling.

Returns:
always non-null.