|
Oracle Application Server Web Clipping API Reference 10g (9.0.4) B10912-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.webclipping.bean.WebClippingUtil
This utility class provides miscellaneous methods to operate on the different data structures involved with the Web Clipping bean API.
| Constructor Summary | |
WebClippingUtil() | |
| Method Summary | |
static org.w3c.dom.Element |
toXml(WebClippingResponse resp)Convert the WebClippingResponse into Element format |
static void |
writeFormatted(WebClippingResponse resp, java.io.Writer writer)This method formats the Web Clipping Response and writes to a writer in the default formatting. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebClippingUtil()
| Method Detail |
public static org.w3c.dom.Element toXml(WebClippingResponse resp)
WebClippingResponse into Element formatresp - The instance of the WebClippingResponse to be converted
public static void writeFormatted(WebClippingResponse resp,
java.io.Writer writer)
throws java.io.IOException
resp - The instance of the WebClippingResponse to be printedwriter - The sink / writer to write tojava.io.IOException
|
Oracle Application Server Web Clipping API Reference 10g (9.0.4) B10912-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||