Class SBDHMarshaller

java.lang.Object
com.helger.jaxb.GenericJAXBMarshaller<StandardBusinessDocumentHeader>
com.helger.sbdh.SBDHMarshaller
All Implemented Interfaces:
com.helger.base.classloader.IHasClassLoader, com.helger.jaxb.IJAXBReader<StandardBusinessDocumentHeader>, com.helger.jaxb.IJAXBValidator<StandardBusinessDocumentHeader>, com.helger.jaxb.IJAXBWriter<StandardBusinessDocumentHeader>

@NotThreadSafe public class SBDHMarshaller extends com.helger.jaxb.GenericJAXBMarshaller<StandardBusinessDocumentHeader>
This is the reader and writer for SBDH 1.3 documents. This class may be derived to override protected methods from GenericJAXBMarshaller.
Author:
Philip Helger
  • Field Summary

    Fields inherited from interface com.helger.jaxb.IJAXBWriter

    USE_JAXB_CHARSET_FIX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NonNull com.helger.xml.namespace.MapBasedNamespaceContext
     

    Methods inherited from class com.helger.jaxb.GenericJAXBMarshaller

    createSimpleJAXBElement, createValidationSchema, customizeMarshaller, customizeMarshallerForValidation, customizeUnmarshaller, getCharset, getClassLoader, getIndentString, getJAXBContext, getNamespaceContext, getNoNamespaceSchemaLocation, getOriginalXSDs, getSchemaLocation, getType, getValidationEventHandler, getXMLWriterSettings, isFormattedOutput, isUseContextCache, isUseSchema, read, readExceptionCallbacks, setCharset, setCollectErrors, setFormattedOutput, setIndentString, setNamespaceContext, setNoNamespaceSchemaLocation, setSchemaLocation, setUseContextCache, setUseSchema, setValidationEventHandler, toString, validate, withXMLWriterSettings, write, writeExceptionCallbacks, xmlWriterSettings

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.helger.base.classloader.IHasClassLoader

    hasClassLoader

    Methods inherited from interface com.helger.jaxb.IJAXBReader

    read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read

    Methods inherited from interface com.helger.jaxb.IJAXBValidator

    isValid, validate

    Methods inherited from interface com.helger.jaxb.IJAXBWriter

    getAsByteBuffer, getAsBytes, getAsDocument, getAsElement, getAsInputStream, getAsMicroDocument, getAsMicroElement, getAsString, hasCharset, hasIndentString, hasNoNamespaceSchemaLocation, hasSchemaLocation, write, write, write, write, write, write, write, write, write
  • Constructor Details

    • SBDHMarshaller

      public SBDHMarshaller()
  • Method Details

    • createDefaultNamespaceContext

      @ReturnsMutableCopy public static @NonNull com.helger.xml.namespace.MapBasedNamespaceContext createDefaultNamespaceContext()