org.apache.ws.jaxme
Interface JMUnmarshaller

All Superinterfaces:
Unmarshaller
All Known Implementing Classes:
JMUnmarshallerImpl

public interface JMUnmarshaller
extends Unmarshaller

JaxMe's private extension of a JAXB Unmarshaller.

Version:
$Id$
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 Detail

setJAXBContextImpl

void setJAXBContextImpl(JAXBContextImpl pContext)

Sets the JAXBContext that created this unmarshaller.


getJAXBContextImpl

JAXBContextImpl getJAXBContextImpl()

Returns the JAXBContext that created this unmarshaller.


getDatatypeConverter

DatatypeConverterInterface getDatatypeConverter()

Returns the unmarshallers DatatypeConverter.