Class MarshalListener


  • public class MarshalListener
    extends javax.xml.bind.Marshaller.Listener
    • Constructor Summary

      Constructors 
      Constructor Description
      MarshalListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterMarshal​(java.lang.Object source)  
      void beforeMarshal​(java.lang.Object source)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MarshalListener

        public MarshalListener()
    • Method Detail

      • beforeMarshal

        public void beforeMarshal​(java.lang.Object source)
        Overrides:
        beforeMarshal in class javax.xml.bind.Marshaller.Listener
      • afterMarshal

        public void afterMarshal​(java.lang.Object source)
        Overrides:
        afterMarshal in class javax.xml.bind.Marshaller.Listener