Class AbstractBDXR2Marshaller<JAXBTYPE>

java.lang.Object
com.helger.jaxb.GenericJAXBMarshaller<JAXBTYPE>
com.helger.smpclient.bdxr2.marshal.AbstractBDXR2Marshaller<JAXBTYPE>
Type Parameters:
JAXBTYPE - JAXB type to use
All Implemented Interfaces:
com.helger.commons.lang.IHasClassLoader, com.helger.jaxb.IJAXBReader<JAXBTYPE>, com.helger.jaxb.IJAXBValidator<JAXBTYPE>, com.helger.jaxb.IJAXBWriter<JAXBTYPE>
Direct Known Subclasses:
BDXR2MarshallerServiceGroup, BDXR2MarshallerServiceMetadata

public abstract class AbstractBDXR2Marshaller<JAXBTYPE> extends com.helger.jaxb.GenericJAXBMarshaller<JAXBTYPE>
Abstract JAXB marshaller with namespace prefix mapping
Since:
8.0.5
Author:
Philip Helger
  • Field Summary

    Fields inherited from interface com.helger.jaxb.IJAXBWriter

    USE_JAXB_CHARSET_FIX
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AbstractBDXR2Marshaller(Class<JAXBTYPE> aType, com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> aXSDs, Function<JAXBTYPE,jakarta.xml.bind.JAXBElement<JAXBTYPE>> aWrapper)
     
  • Method Summary

    Methods inherited from class com.helger.jaxb.GenericJAXBMarshaller

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

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.helger.commons.lang.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, getXMLWriterSettings, hasCharset, hasIndentString, hasNoNamespaceSchemaLocation, hasSchemaLocation, write, write, write, write, write, write, write, write, write
  • Constructor Details