org.apache.ws.jaxme

Interface JMUnmarshaller

All Superinterfaces:
Unmarshaller
Known Implementing Classes:
JMUnmarshallerImpl

public interface JMUnmarshaller
extends Unmarshaller

JaxMe's private extension of a JAXB Unmarshaller.
Version:
$Id: JMUnmarshaller.java 231785 2004-02-17 00:39:59 +0100 (Tue, 17 Feb 2004) jochen $
Author:
Jochen Wiedmann

Method Summary

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.

Methods inherited from interface javax.xml.bind.Unmarshaller

getEventHandler, getProperty, getUnmarshallerHandler, isValidating, setEventHandler, setProperty, setValidating, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal

Method Details

getDatatypeConverter

public DatatypeConverterInterface getDatatypeConverter()
Returns the unmarshallers DatatypeConverter.

getJAXBContextImpl

public JAXBContextImpl getJAXBContextImpl()
Returns the JAXBContext that created this unmarshaller.

setJAXBContextImpl

public void setJAXBContextImpl(JAXBContextImpl pContext)
Sets the JAXBContext that created this unmarshaller.