Uses of Interface
net.sf.jaxme.JMUnmarshaller

Packages that use JMUnmarshaller
net.sf.jaxme   
net.sf.jaxme.impl   
 

Uses of JMUnmarshaller in net.sf.jaxme
 

Methods in net.sf.jaxme that return JMUnmarshaller
 JMUnmarshaller JMHandler.Data.getUnmarshaller()
          Returns the Unmarshaller controlling the unmarshalling process.
 

Methods in net.sf.jaxme with parameters of type JMUnmarshaller
 void JMHandler.init(JMUnmarshaller pUnmarshaller)
          Initializes the handler by creating a new Data instance and calling init(Data).
 

Uses of JMUnmarshaller in net.sf.jaxme.impl
 

Classes in net.sf.jaxme.impl that implement JMUnmarshaller
 class JMUnmarshallerImpl
           
 

Methods in net.sf.jaxme.impl that return JMUnmarshaller
 JMUnmarshaller JMUnmarshallerHandlerImpl.getJMUnmarshaller()
           
 JMUnmarshaller JMHandlerBase.DataImpl.getUnmarshaller()
           
 JMUnmarshaller JAXBContextImpl.getJMUnmarshaller()
          Returns a new JMUnmarshaller.
 

Methods in net.sf.jaxme.impl with parameters of type JMUnmarshaller
 void JMUnmarshallerHandlerImpl.setJMUnmarshaller(JMUnmarshaller pUnmarshaller)
           
 void JMHandlerBase.init(JMUnmarshaller pUnmarshaller)
           
 

Constructors in net.sf.jaxme.impl with parameters of type JMUnmarshaller
JMHandlerBase.DataImpl(JMUnmarshaller pUnmarshaller)