public final class InvocationTargetExceptionModelContext extends ModelContext
ModelContext
implementation throwing an exception on initialization.ModelContext.Listener
Constructor and Description |
---|
InvocationTargetExceptionModelContext() |
InvocationTargetExceptionModelContext(ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBContext |
createContext(String model) |
javax.xml.bind.JAXBContext |
createContext(URI publicId) |
EntityResolver |
createEntityResolver(String model) |
EntityResolver |
createEntityResolver(URI publicId) |
javax.xml.bind.Marshaller |
createMarshaller(String model) |
javax.xml.bind.Marshaller |
createMarshaller(URI publicId) |
LSResourceResolver |
createResourceResolver(String model) |
LSResourceResolver |
createResourceResolver(URI publicId) |
Schema |
createSchema(String model) |
Schema |
createSchema(URI publicId) |
<T> T |
createServiceObject(Service service,
Class<T> type) |
javax.xml.bind.Unmarshaller |
createUnmarshaller(String model) |
javax.xml.bind.Unmarshaller |
createUnmarshaller(URI publicId) |
Model |
findModel(Model model) |
Model |
findModel(String model) |
Modlets |
findModlets() |
Model |
processModel(Model model) |
ModelValidationReport |
validateModel(Model model) |
ModelValidationReport |
validateModel(String model,
Source source) |
clearAttribute, createModelContext, findClass, findResource, findResources, getAttribute, getAttribute, getAttributeNames, getClassLoader, getDefaultLogLevel, getDefaultModletSchemaSystemId, getListeners, getLogLevel, getModelContextClassName, getModlets, getModletSchemaSystemId, isLoggable, log, setAttribute, setDefaultLogLevel, setDefaultModletSchemaSystemId, setLogLevel, setModelContextClassName, setModlets, setModletSchemaSystemId
public InvocationTargetExceptionModelContext()
public InvocationTargetExceptionModelContext(ClassLoader classLoader)
public Modlets findModlets() throws ModelException
findModlets
in class ModelContext
ModelException
public Model findModel(String model) throws ModelException
findModel
in class ModelContext
ModelException
public Model findModel(Model model) throws ModelException
findModel
in class ModelContext
ModelException
public EntityResolver createEntityResolver(String model) throws ModelException
createEntityResolver
in class ModelContext
ModelException
public LSResourceResolver createResourceResolver(String model) throws ModelException
createResourceResolver
in class ModelContext
ModelException
public Schema createSchema(String model) throws ModelException
createSchema
in class ModelContext
ModelException
public javax.xml.bind.JAXBContext createContext(String model) throws ModelException
createContext
in class ModelContext
ModelException
public javax.xml.bind.Marshaller createMarshaller(String model) throws ModelException
createMarshaller
in class ModelContext
ModelException
public javax.xml.bind.Unmarshaller createUnmarshaller(String model) throws ModelException
createUnmarshaller
in class ModelContext
ModelException
public Model processModel(Model model) throws ModelException
processModel
in class ModelContext
ModelException
public ModelValidationReport validateModel(Model model) throws ModelException
validateModel
in class ModelContext
ModelException
public ModelValidationReport validateModel(String model, Source source) throws ModelException
validateModel
in class ModelContext
ModelException
public <T> T createServiceObject(Service service, Class<T> type) throws ModelException
createServiceObject
in class ModelContext
ModelException
public EntityResolver createEntityResolver(URI publicId) throws ModelException
createEntityResolver
in class ModelContext
ModelException
public LSResourceResolver createResourceResolver(URI publicId) throws ModelException
createResourceResolver
in class ModelContext
ModelException
public Schema createSchema(URI publicId) throws ModelException
createSchema
in class ModelContext
ModelException
public javax.xml.bind.JAXBContext createContext(URI publicId) throws ModelException
createContext
in class ModelContext
ModelException
public javax.xml.bind.Marshaller createMarshaller(URI publicId) throws ModelException
createMarshaller
in class ModelContext
ModelException
public javax.xml.bind.Unmarshaller createUnmarshaller(URI publicId) throws ModelException
createUnmarshaller
in class ModelContext
ModelException
Copyright © 2005-2012 The JOMC Project. All Rights Reserved.