Class DigipostClientMock.ValidatingMarshaller

  • Enclosing class:
    DigipostClientMock

    public static class DigipostClientMock.ValidatingMarshaller
    extends java.lang.Object
    Threadsafe instance for marshalling and validating.
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidatingMarshaller​(javax.xml.bind.JAXBContext jaxbContext, javax.xml.validation.Schema schema)  
    • Method Summary

      Modifier and Type Method Description
      void marshal​(java.lang.Object jaxbElement, org.xml.sax.ContentHandler handler)  
      • Methods inherited from class java.lang.Object

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

      • ValidatingMarshaller

        public ValidatingMarshaller​(javax.xml.bind.JAXBContext jaxbContext,
                                    javax.xml.validation.Schema schema)
    • Method Detail

      • marshal

        public void marshal​(java.lang.Object jaxbElement,
                            org.xml.sax.ContentHandler handler)