|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.sdk.model.support.JaxbMarshallerFactory
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public final class JaxbMarshallerFactory extends Object
XML Schema Set JAXB 'Marshaller' factory implementation.
Specifications
'javax.xml.bind.Marshaller'
(javax.xml.bind.Marshaller)
Multiton
Properties
jaxbEncoding
"
Property of typejava.lang.String
.See
Marshaller.JAXB_ENCODING
.
jaxbFormattedOutput
"
Property of typejava.lang.Boolean
.See
Marshaller.JAXB_FORMATTED_OUTPUT
.
jaxbFragment
"
Property of typejava.lang.Boolean
.See
Marshaller.JAXB_FRAGMENT
.
jaxbNoNamespaceSchemaLocation
"
Property of typejava.lang.String
.See
Marshaller.JAXB_NO_NAMESPACE_SCHEMA_LOCATION
.
jaxbSchemaLocation
"
Property of typeboolean
.See
Marshaller.JAXB_SCHEMA_LOCATION
.
marshallerProperties
"
Property of type java.util.Map<String,Object>
.
schemas
"
Property of typeorg.jomc.sdk.model.SchemasType
.List of XML schemas ('schemas' element from XML namespace 'http://jomc.org/sdk/model).
Dependencies
attachmentMarshaller
"Dependency on'javax.xml.bind.attachment.AttachmentMarshaller'
(javax.xml.bind.attachment.AttachmentMarshaller)
bound to an instance.
schema
"Dependency on'javax.xml.validation.Schema'
(javax.xml.validation.Schema)
bound to an instance.
validationEventHandler
"Dependency on'javax.xml.bind.ValidationEventHandler'
(javax.xml.bind.ValidationEventHandler)
bound to an instance.
Constructor and Description |
---|
JaxbMarshallerFactory()
Creates a new JaxbMarshallerFactory instance. |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.Marshaller |
getObject()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public JaxbMarshallerFactory()
JaxbMarshallerFactory
instance.
Method Detail |
---|
public javax.xml.bind.Marshaller getObject() throws javax.xml.bind.JAXBException, SAXException
javax.xml.bind.JAXBException
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |