Skip Headers
Oracle® Fusion Middleware Developer's Guide for Content Server
11g Release 1 (11.1.1)
E10807-01
  Go To Documentation Library
Library
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

5.4 Customizing Services

Content Server services are functions or procedures performed by the Content Server. Calling a Content Server service (making a service request) is the only way to communicate with the Content Server or to access the database.

Any service can be called externally (from outside the Content Server) or internally (from within the Content Server). Client services are usually called externally while administrative services are called internally. The service uses its own attributes and actions to execute the request, based on any parameters passed to the service.

The standard Content Server services are defined in the StandardServices table in DomainHome/resources/core/tables/std_services.htm. A service definition contains three main elements:

Understanding and using services is an integral part of creating components and thus customizing the Content Server. See the Chapter 6, "Integration Methods" for more details.