public interface JMMarshaller extends Marshaller
JaxMe's private extension of a JAXB Marshaller.
JAXB_ENCODING, JAXB_FORMATTED_OUTPUT, JAXB_NO_NAMESPACE_SCHEMA_LOCATION, JAXB_SCHEMA_LOCATION
Modifier and Type | Method and Description |
---|---|
DatatypeConverterInterface |
getDatatypeConverter()
Returns the
DatatypeConverterInterface . |
JAXBContextImpl |
getJAXBContextImpl()
Returns the JAXBContext that created this marshaller.
|
void |
setJAXBContextImpl(JAXBContextImpl pContext)
Sets the JAXBContext that created this marshaller.
|
getEventHandler, getNode, getProperty, marshal, marshal, marshal, marshal, marshal, setEventHandler, setProperty
void setJAXBContextImpl(JAXBContextImpl pContext)
Sets the JAXBContext that created this marshaller.
JAXBContextImpl getJAXBContextImpl()
Returns the JAXBContext that created this marshaller.
DatatypeConverterInterface getDatatypeConverter()
Returns the DatatypeConverterInterface
.