|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.webcenter.search.util.XmlSerializer
public class XmlSerializer
This class is responsible for serializing Query objects into XML.
| Constructor Summary | |
|---|---|
XmlSerializer() |
|
| Method Summary | |
|---|---|
static void |
serialize(Query query, java.io.Writer writer)Use annotations of the query classes to serialize into XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlSerializer()
| Method Detail |
|---|
public static void serialize(Query query,
java.io.Writer writer)
throws javax.xml.bind.JAXBException
query - the query object to serialize into the writerwriter - the writer into which to write the query object tojavax.xml.bind.JAXBException
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||