Class SignatureMarshalDefaultListener

  • All Implemented Interfaces:
    SignatureMarshalListener

    public class SignatureMarshalDefaultListener
    extends java.lang.Object
    implements SignatureMarshalListener
    This listener class is used, to modify the to be digested xml document, e.g. to register id attributes or set prefixes for registered namespaces
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleElement​(SignatureInfo signatureInfo, org.w3c.dom.Document doc, org.w3c.dom.events.EventTarget target, org.w3c.dom.events.EventListener parentListener)  
      • Methods inherited from class java.lang.Object

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

      • SignatureMarshalDefaultListener

        public SignatureMarshalDefaultListener()
    • Method Detail

      • handleElement

        public void handleElement​(SignatureInfo signatureInfo,
                                  org.w3c.dom.Document doc,
                                  org.w3c.dom.events.EventTarget target,
                                  org.w3c.dom.events.EventListener parentListener)
        Specified by:
        handleElement in interface SignatureMarshalListener