Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.search.util
Class XmlSerializer

java.lang.Object
  extended by oracle.webcenter.search.util.XmlSerializer


public class XmlSerializer
extends java.lang.Object

This class is responsible for serializing Query objects into XML.

Since:
11.1.1.0.0 Beta 2

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

XmlSerializer

public XmlSerializer()

Method Detail

serialize

public static void serialize(Query query,
                             java.io.Writer writer)
                      throws javax.xml.bind.JAXBException
Use annotations of the query classes to serialize into XML.
Parameters:
query - the query object to serialize into the writer
writer - the writer into which to write the query object to
Throws:
javax.xml.bind.JAXBException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.