|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.schema.internal.JaxbPluginContext
public class JaxbPluginContext
The Class JaxbPluginContext.
| Constructor Summary | |
|---|---|
JaxbPluginContext()
|
|
| Method Summary | |
|---|---|
javax.xml.bind.Unmarshaller |
createValidatingUnmarshaller()
Creates the validating unmarshaller. |
javax.xml.bind.JAXBContext |
getContext()
Gets the context. |
java.lang.String |
getId()
Gets the id. |
void |
initilize()
Initilize. |
void |
setId(java.lang.String id)
Sets the id. |
javax.xml.bind.JAXBElement |
unmarshall(java.lang.Object v,
java.lang.String className)
Unmarshall. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaxbPluginContext()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - the new id
public javax.xml.bind.JAXBContext getContext()
throws SchemaNotFoundException,
javax.xml.bind.JAXBException
javax.xml.bind.JAXBException - the JAXB exception
SchemaNotFoundException - the index order schema not found exception
public void initilize()
throws SchemaNotFoundException,
javax.xml.bind.JAXBException
SchemaNotFoundException - the index order schema not found exception
javax.xml.bind.JAXBException - the JAXB exception
public javax.xml.bind.JAXBElement unmarshall(java.lang.Object v,
java.lang.String className)
throws javax.xml.bind.JAXBException,
java.lang.ClassNotFoundException,
SchemaNotFoundException
v - the vclassName - the clazz
javax.xml.bind.JAXBException - the JAXB exception
java.lang.ClassNotFoundException - the class not found exception
SchemaNotFoundException - the index order schema not found exception
public javax.xml.bind.Unmarshaller createValidatingUnmarshaller()
throws javax.xml.bind.JAXBException,
SchemaNotFoundException
javax.xml.bind.JAXBException - the JAXB exception
SchemaNotFoundException - the index order schema not found exception
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||