Class XMLDSigWriterBuilder<JAXBTYPE>

java.lang.Object
com.helger.jaxb.builder.AbstractJAXBBuilder<IMPLTYPE>
com.helger.jaxb.builder.AbstractWritingJAXBBuilder<JAXBTYPE,IMPLTYPE>
com.helger.jaxb.builder.JAXBWriterBuilder<JAXBTYPE,XMLDSigWriterBuilder<JAXBTYPE>>
com.helger.phase4.marshaller.XMLDSigWriterBuilder<JAXBTYPE>
Type Parameters:
JAXBTYPE - The XMLDSig implementation class to be written
All Implemented Interfaces:
com.helger.commons.lang.IHasClassLoader, com.helger.commons.traits.IGenericImplTrait<XMLDSigWriterBuilder<JAXBTYPE>>, com.helger.jaxb.IJAXBWriter<JAXBTYPE>

@NotThreadSafe @Deprecated(since="2.0.0", forRemoval=true) public class XMLDSigWriterBuilder<JAXBTYPE> extends com.helger.jaxb.builder.JAXBWriterBuilder<JAXBTYPE,XMLDSigWriterBuilder<JAXBTYPE>>
Deprecated, for removal: This API element is subject to removal in a future version.
A writer builder for XMLDSig documents.
Author:
Philip Helger
  • Field Summary

    Fields inherited from class com.helger.jaxb.builder.AbstractJAXBBuilder

    m_aDocType

    Fields inherited from interface com.helger.jaxb.IJAXBWriter

    USE_JAXB_CHARSET_FIX
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static XMLDSigWriterBuilder<org.apache.xml.security.binding.xmldsig.ReferenceType>
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class com.helger.jaxb.builder.JAXBWriterBuilder

    createMarshaller, getCharset, getIndentString, getNamespaceContext, getNoNamespaceSchemaLocation, getSchemaLocation, getValidationEventHandler, isFormattedOutput, setCharset, setFormattedOutput, setIndentString, setNamespaceContext, setNoNamespaceSchemaLocation, setSchemaLocation, setValidationEventHandler, toString, write

    Methods inherited from class com.helger.jaxb.builder.AbstractWritingJAXBBuilder

    createJAXBElement, getMarshallerCustomizer, setMarshallerCustomizer

    Methods inherited from class com.helger.jaxb.builder.AbstractJAXBBuilder

    exceptionCallbacks, getClassLoader, getJAXBContext, getJAXBDocumentType, getSchema, isUseJAXBContextCache, isUseSchema, setUseJAXBContextCache, setUseSchema

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.helger.commons.traits.IGenericImplTrait

    thisAsT

    Methods inherited from interface com.helger.commons.lang.IHasClassLoader

    hasClassLoader

    Methods inherited from interface com.helger.jaxb.IJAXBWriter

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

    • XMLDSigWriterBuilder

      public XMLDSigWriterBuilder(@Nonnull EXMLDSigDocumentType eDocType)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • dsigReference

      @Nonnull public static XMLDSigWriterBuilder<org.apache.xml.security.binding.xmldsig.ReferenceType> dsigReference()
      Deprecated, for removal: This API element is subject to removal in a future version.