|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.clients.api.gridlet.elements.JAXBUtil
public class JAXBUtil
Constructor Summary | |
---|---|
JAXBUtil()
|
Method Summary | |
---|---|
static org.w3c.dom.Element |
marshal(GridletElement gridlet)
Marshal the GridletElement to the DOM element |
static void |
marshal(GridletElement gridlet,
java.io.OutputStream out)
Marshal the GridletElement to the output stream |
static org.w3c.dom.Element |
marshalVariable(VariableElement ve)
|
static void |
marshalVariable(VariableElement ve,
java.io.OutputStream out)
|
static GridletElement |
unmarshal(org.w3c.dom.Element elem)
Unmarshal the GridletElement from the supplied DOM element |
static GridletElement |
unmarshal(java.io.InputStream in)
Unmarshal the GridletElement from the supplied input stream |
static VariableElement |
unmarshalVariable(org.w3c.dom.Element elem)
|
static VariableElement |
unmarshalVariable(java.io.Reader r)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXBUtil()
Method Detail |
---|
public static GridletElement unmarshal(org.w3c.dom.Element elem) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static void marshal(GridletElement gridlet, java.io.OutputStream out) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static GridletElement unmarshal(java.io.InputStream in) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static org.w3c.dom.Element marshal(GridletElement gridlet) throws javax.xml.bind.JAXBException, javax.xml.parsers.ParserConfigurationException
javax.xml.bind.JAXBException
javax.xml.parsers.ParserConfigurationException
public static VariableElement unmarshalVariable(org.w3c.dom.Element elem) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static VariableElement unmarshalVariable(java.io.Reader r) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static void marshalVariable(VariableElement ve, java.io.OutputStream out) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static org.w3c.dom.Element marshalVariable(VariableElement ve) throws javax.xml.bind.JAXBException, javax.xml.parsers.ParserConfigurationException
javax.xml.bind.JAXBException
javax.xml.parsers.ParserConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |