Package com.helger.phase4.marshaller
Class Ebms3WriterBuilder<JAXBTYPE>
java.lang.Object
com.helger.jaxb.builder.AbstractJAXBBuilder<IMPLTYPE>
com.helger.jaxb.builder.AbstractWritingJAXBBuilder<JAXBTYPE,IMPLTYPE>
com.helger.jaxb.builder.JAXBWriterBuilder<JAXBTYPE,Ebms3WriterBuilder<JAXBTYPE>>
com.helger.phase4.marshaller.Ebms3WriterBuilder<JAXBTYPE>
- Type Parameters:
JAXBTYPE- The Ebms implementation class to be written
- All Implemented Interfaces:
com.helger.commons.lang.IHasClassLoader,com.helger.commons.traits.IGenericImplTrait<Ebms3WriterBuilder<JAXBTYPE>>,com.helger.jaxb.IJAXBWriter<JAXBTYPE>
@NotThreadSafe
@Deprecated(since="2.0.0",
forRemoval=true)
public class Ebms3WriterBuilder<JAXBTYPE>
extends com.helger.jaxb.builder.JAXBWriterBuilder<JAXBTYPE,Ebms3WriterBuilder<JAXBTYPE>>
Deprecated, for removal: This API element is subject to removal in a future version.
A reader builder for Ebms 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
ConstructorsConstructorDescriptionEbms3WriterBuilder(EEbms3DocumentType eDocType) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic Ebms3WriterBuilder<Ebms3Messaging>Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static Ebms3WriterBuilder<Soap11Envelope>soap11()Deprecated, for removal: This API element is subject to removal in a future version.static Ebms3WriterBuilder<Soap12Envelope>soap12()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
-
Ebms3WriterBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
ebms3Messaging
Deprecated, for removal: This API element is subject to removal in a future version. -
nonRepudiationInformation
Deprecated, for removal: This API element is subject to removal in a future version. -
soap11
Deprecated, for removal: This API element is subject to removal in a future version. -
soap12
Deprecated, for removal: This API element is subject to removal in a future version.
-