OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

Oracle Application Server Syndication Services API Reference

The Oracle Application Server Syndication Services API provides a Java interface to access OracleAS Syndication Services, browse the catalog of offers available, subscribe to an offer, and get the offer content package.

See:
          Description

Client APIs
oracle.syndicate.client Provides the starting point class for using the OracleAS Syndication Services client API, SyndicateConnectionFactory.
oracle.syndicate.client.handler Provides package handler classes for processing content packages delivered by the syndicator.
oracle.syndicate.client.handler.file Provides classes used to process delivered packages and store their content into the file system
oracle.syndicate.client.impl.state Provides classes used client state handling
oracle.syndicate.client.impl.state.xml Provides classes for an client state handling storing state to an XML file
oracle.syndicate.client.servlet Provides classes and interfaces related to the development of a syndication client servlet listening to content packages push from the syndication server.
oracle.syndicate.message Provides interfaces for the simple response Code and other messaging packages
oracle.syndicate.message.offer Provides interfaces accessing catalogs, offers, and offer properties
oracle.syndicate.message.payload Provides interfaces accessing payload information for request and response messages
oracle.syndicate.message.pkg Provides interfaces related to content packages delivered by syndicators to subscribers
oracle.syndicate.message.response Provides interfaces related to response messages returned by the syndicator
oracle.syndicate.message.response.event Provides interfaces related to events and event data response messages returned by the syndicator

 

Content Provider APIs
oracle.syndicate.server.cp Provides interfaces related to the development of a new Content Provider Adaptors (Content Connectors) used to interface OracleAS Syndication Services with external content repositories.
oracle.syndicate.server.cp.message Provides interfaces related to the messages used by Content Provider Adaptors (Content Connectors).
oracle.syndicate.server.cp.state  

 

Other Packages
oracle.syndicate Provides the exception base class for all the exception raised by OracleAS Syndication Services client and server code.
oracle.syndicate.util.base64 Provides the utility classes for Base64-encoding and decoding.
oracle.syndicate.util.date Provides the utility classes to handle date and time formatting and conversion according to the ISO8601 specification.

 

The Oracle Application Server Syndication Services API provides a Java interface to access OracleAS Syndication Services, browse the catalog of offers available, subscribe to an offer, and get the offer content package. Additional APIs are available to manage subscriptions, control their status and cancel them.
To start building a OracleAS Syndication Services client application, refer to the documentation of the SyndicateConnectionFactory class. This will allow you to create a SyndicateConnection instance from which you will be able to access the OracleAS Syndication Services.
To set-up and customize a syndication client listening to content packages pushed by the syndication services server refer to the documentation of the SyndicateClientServlet.

Additionally APIs are provided to develop Content Provider Adaptors (Content Connectors) which are used by the server component of the OracleAS Syndicatation Services to connect to external content repositories and create offer for the repository resources. Refer to the documentation of the CPAdaptor interface from more details.


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

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