public interface JMUnmarshaller extends Unmarshaller
JaxMe's private extension of a JAXB Unmarshaller.
Modifier and Type | Method and Description |
---|---|
DatatypeConverterInterface |
getDatatypeConverter()
Returns the unmarshallers
DatatypeConverter . |
JAXBContextImpl |
getJAXBContextImpl()
Returns the JAXBContext that created this unmarshaller.
|
void |
setJAXBContextImpl(JAXBContextImpl pContext)
Sets the JAXBContext that created this unmarshaller.
|
getEventHandler, getProperty, getUnmarshallerHandler, isValidating, setEventHandler, setProperty, setValidating, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal
void setJAXBContextImpl(JAXBContextImpl pContext)
Sets the JAXBContext that created this unmarshaller.
JAXBContextImpl getJAXBContextImpl()
Returns the JAXBContext that created this unmarshaller.
DatatypeConverterInterface getDatatypeConverter()
Returns the unmarshallers DatatypeConverter
.