Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.core.idc.impl
Class ServiceApi

java.lang.Object
  extended by oracle.stellent.wcm.core.idc.AbstractIdcApi
      extended by oracle.stellent.wcm.core.idc.impl.ServiceApi


public class ServiceApi
extends AbstractIdcApi

API class for executing generic service methods


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.stellent.wcm.core.idc.AbstractIdcApi
AbstractIdcApi.IdcApiCallback

 

Constructor Summary
ServiceApi(oracle.stellent.ridc.IdcClient idcClient)
           

 

Method Summary
 oracle.stellent.ridc.model.DataBinder createBinder()
           
 oracle.stellent.ridc.protocol.ServiceResponse executeService(oracle.stellent.ridc.IdcContext context, oracle.stellent.ridc.model.DataBinder dataBinder)
          Execute the service using the databinder.
 oracle.stellent.ridc.model.DataFactory getDataFactory()
           

 

Methods inherited from class oracle.stellent.wcm.core.idc.AbstractIdcApi
executeService, getApiCallback, getIdcClient, getResponseBinder, packService, setApiCallback, validateLocalDataInBinder, validateResultSetInBinder

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ServiceApi

public ServiceApi(oracle.stellent.ridc.IdcClient idcClient)

Method Detail

createBinder

public oracle.stellent.ridc.model.DataBinder createBinder()
Returns:
a new empty binder

getDataFactory

public oracle.stellent.ridc.model.DataFactory getDataFactory()
Returns:
the data factory

executeService

public oracle.stellent.ridc.protocol.ServiceResponse executeService(oracle.stellent.ridc.IdcContext context,
                                                                    oracle.stellent.ridc.model.DataBinder dataBinder)
                                                             throws oracle.stellent.ridc.IdcClientException
Execute the service using the databinder.
Overrides:
executeService in class AbstractIdcApi
Parameters:
context - the user context
dataBinder - the populated databinder
Returns:
the response from the server
Throws:
oracle.stellent.ridc.IdcClientException

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


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