Package com.helger.phase4.marshaller
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_aDocTypeFields inherited from interface com.helger.jaxb.IJAXBWriter
USE_JAXB_CHARSET_FIX -
Constructor Summary
ConstructorsConstructorDescriptionXMLDSigWriterBuilder(EXMLDSigDocumentType eDocType) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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, writeMethods inherited from class com.helger.jaxb.builder.AbstractWritingJAXBBuilder
createJAXBElement, getMarshallerCustomizer, setMarshallerCustomizerMethods inherited from class com.helger.jaxb.builder.AbstractJAXBBuilder
exceptionCallbacks, getClassLoader, getJAXBContext, getJAXBDocumentType, getSchema, isUseJAXBContextCache, isUseSchema, setUseJAXBContextCache, setUseSchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.commons.traits.IGenericImplTrait
thisAsTMethods inherited from interface com.helger.commons.lang.IHasClassLoader
hasClassLoaderMethods 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
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.
-