Uses of Interface
net.sf.jaxme.JMManager

Packages that use JMManager
net.sf.jaxme.impl   
 

Uses of JMManager in net.sf.jaxme.impl
 

Classes in net.sf.jaxme.impl that implement JMManager
 class Configuration.Manager
           
 

Methods in net.sf.jaxme.impl that return JMManager
protected  JMManager JAXBContextImpl.getManagerByQName(QName pQName)
           
protected  JMManager JAXBContextImpl.getManagerByInterface(java.lang.Class pElementInterface)
           
 JMManager JAXBContextImpl.getManager(QName pQName)
          Returns a Manager for the given QName.
 JMManager JAXBContextImpl.getManager(java.lang.Class pElementInterface)
          Returns a Manager for the given element interface.
 

Methods in net.sf.jaxme.impl with parameters of type JMManager
 void JAXBContextImpl.addManager(JMManager pManager)