Oracle Application Server Web Clipping API Reference
10g (9.0.4)

B10912-01

Package oracle.webclipping.bean

Provides Java Bean-like access to Web Clippings so that Wireless applications can be written to take advantage of existing Web Content after one uses the Wireless Web Clipping Studio to "scrape" desired Web pages.

See:
          Description

Interface Summary
WebClippingConstants This interface defines all the constants that can and are used by the Bean APIs.
WebClippingExceptionConstants This interface embodies the possible exception kinds that can result in an execution flow of a Web Clipping.
WebClippingResponse This is the interface that users will use to navigate through the response set that results from an execution of a Web Clipping.

 

Class Summary
WebClippingConnection This class is the starting point of all communication channels from your Java client to the Web Clipping Server.
WebClippingRequest This class embodies the formal request that is made to a Web Clipping Server URL to execute a particular Web Clipping.
WebClippingUtil This utility class provides miscellaneous methods to operate on the different data structures involved with the Web Clipping bean API.

 

Exception Summary
WebClippingException This Exception class is used to represent all possible errors that can result from an execution of a Web Clipping.

 

Package oracle.webclipping.bean Description

Provides Java Bean-like access to Web Clippings so that Wireless applications can be written to take advantage of existing Web Content after one uses the Wireless Web Clipping Studio to "scrape" desired Web pages.

This set of classes currently rely on http_client.jar and its dependencies, as well as xmlparserv2.jar to operate. This means that to compile and run the Java stub source files that you have downloaded from the Web Clipping tab of the Web Clipping Manager, you'll need to place wcbean.jar (downloaded from the Custom Applications tab), http_client.jar, javax-ssl-1_2.jar, jssl-1_2.jar and xmlparserv2.jar in the classpath.


Oracle Application Server Web Clipping API Reference
10g (9.0.4)

B10912-01

Copyright © 1996, 2003, Oracle. All rights reserved.