|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelManager
Manages the object management and configuration model.
Resource management
Binding management
getContext(java.lang.ClassLoader)
getMarshaller(java.lang.ClassLoader)
getUnmarshaller(java.lang.ClassLoader)
Validation management
Method Summary | |
---|---|
javax.xml.bind.JAXBContext |
getContext(ClassLoader classLoader)
Gets a new object management and configuration JAXB context instance. |
EntityResolver |
getEntityResolver(ClassLoader classLoader)
Gets a new object management and configuration entity resolver instance. |
javax.xml.bind.Marshaller |
getMarshaller(ClassLoader classLoader)
Gets a new object management and configuration JAXB marshaller instance. |
LSResourceResolver |
getResourceResolver(ClassLoader classLoader)
Gets a new object management and configuration L/S resource resolver instance. |
Schema |
getSchema(ClassLoader classLoader)
Gets a new object management and configuration JAXP schema instance. |
javax.xml.bind.Unmarshaller |
getUnmarshaller(ClassLoader classLoader)
Gets a new object management and configuration JAXB unmarshaller instance. |
Method Detail |
---|
EntityResolver getEntityResolver(ClassLoader classLoader) throws NullPointerException
classLoader
- The class loader to use for resolving entities.
NullPointerException
- if classLoader
is null
.LSResourceResolver getResourceResolver(ClassLoader classLoader) throws NullPointerException
classLoader
- The class loader to use for resolving entities.
NullPointerException
- if classLoader
is null
.Schema getSchema(ClassLoader classLoader) throws NullPointerException, IOException, SAXException, javax.xml.bind.JAXBException
classLoader
- The class loader to use for loading schema resources.
NullPointerException
- if classLoader
is null
.
IOException
- if reading schema resources fails.
SAXException
- if parsing schema resources fails.
javax.xml.bind.JAXBException
- if unmarshalling schema resources or creating a context fails.javax.xml.bind.JAXBContext getContext(ClassLoader classLoader) throws NullPointerException, IOException, SAXException, javax.xml.bind.JAXBException
classLoader
- The class loader to create the context with.
NullPointerException
- if classLoader
is null
.
IOException
- if reading schema resources fails.
SAXException
- if parsing schema resources fails.
javax.xml.bind.JAXBException
- if unmarshalling schema resources or creating a context fails.javax.xml.bind.Marshaller getMarshaller(ClassLoader classLoader) throws NullPointerException, IOException, SAXException, javax.xml.bind.JAXBException
classLoader
- The class loader to create the marshaller with.
NullPointerException
- if classLoader
is null
.
IOException
- if reading schema resources fails.
SAXException
- if parsing schema resources fails.
javax.xml.bind.JAXBException
- if unmarshalling schema resources or creating a marshaller fails.javax.xml.bind.Unmarshaller getUnmarshaller(ClassLoader classLoader) throws NullPointerException, IOException, SAXException, javax.xml.bind.JAXBException
classLoader
- The class loader to create the unmarshaller with.
NullPointerException
- if classLoader
is null
.
IOException
- if reading schema resources fails.
SAXException
- if parsing schema resources fails.
javax.xml.bind.JAXBException
- if unmarshalling schema resources or creating an unmarshaller fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |