Uses of Class
net.sf.jaxme.impl.JAXBContextImpl

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

Uses of JAXBContextImpl in net.sf.jaxme
 

Methods in net.sf.jaxme that return JAXBContextImpl
 JAXBContextImpl PM.getFactory()
          Returns the factory.
 JAXBContextImpl JMValidator.getJAXBContextImpl()
          Returns the JAXBContext that created this validator.
 JAXBContextImpl JMUnmarshaller.getJAXBContextImpl()
          Returns the JAXBContext that created this unmarshaller.
 JAXBContextImpl JMMarshaller.getJAXBContextImpl()
          Returns the JAXBContext that created this marshaller.
 JAXBContextImpl JMHandler.Data.getFactory()
          Returns the object factory used to create new objects.
 

Methods in net.sf.jaxme with parameters of type JAXBContextImpl
 void PM.init(JAXBContextImpl pFactory, java.lang.Class pElementInterface, QName pQName)
          Initializes the PM.
 void JMXmlSerializer.init(JAXBContextImpl pFactory)
          Initializes the JMXmlSerializer; called by the JAXBContextImpl before the serializer is returned to the Marshaller.
 void JMValidator.setJAXBContextImpl(JAXBContextImpl pContext)
          Sets the JAXBContext that created this validator.
 void JMUnmarshaller.setJAXBContextImpl(JAXBContextImpl pContext)
          Sets the JAXBContext that created this unmarshaller.
 void JMMarshaller.setJAXBContextImpl(JAXBContextImpl pContext)
          Sets the JAXBContext that created this marshaller.
 

Uses of JAXBContextImpl in net.sf.jaxme.impl
 

Methods in net.sf.jaxme.impl that return JAXBContextImpl
 JAXBContextImpl PMImpl.getFactory()
           
 JAXBContextImpl JMHandlerBase.DataImpl.getFactory()
           
 JAXBContextImpl JMControllerImpl.getJAXBContextImpl()
           
static JAXBContextImpl JAXBContextImpl.createContext()
           
static JAXBContextImpl JAXBContextImpl.createContext(java.lang.String pPackageNames, java.lang.ClassLoader pClassLoader)
           
 

Methods in net.sf.jaxme.impl with parameters of type JAXBContextImpl
 void PMImpl.init(JAXBContextImpl pFactory, java.lang.Class pElementInterface, QName pQName)
           
 void JMXmlSerializerImpl.init(JAXBContextImpl pFactory)
           
 void JMControllerImpl.setJAXBContextImpl(JAXBContextImpl pContext)
           
 

Constructors in net.sf.jaxme.impl with parameters of type JAXBContextImpl
Configuration(JAXBContextImpl pContext)