Skip navigation links

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

E17273-03


oracle.stellent.wcm.server.content
Interface ServiceAdapter

All Known Implementing Classes:
FSServiceAdapter, IdcServiceAdapter

public interface ServiceAdapter

Adapter to handle service commands via the SPI


Method Summary
 oracle.stellent.ridc.model.DataBinder createBinder()
          Create a new empty binder
 oracle.stellent.ridc.protocol.ServiceResponse executeService(oracle.stellent.ridc.IdcContext context, oracle.stellent.ridc.model.DataBinder dataBinder)
          Execute a service call; not all may be supported by the underlying service provider.
 oracle.stellent.ridc.model.DataFactory getDataFactory()
           

 

Method Detail

createBinder

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

getDataFactory

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

executeService

oracle.stellent.ridc.protocol.ServiceResponse executeService(oracle.stellent.ridc.IdcContext context,
                                                             oracle.stellent.ridc.model.DataBinder dataBinder)
                                                             throws oracle.stellent.ridc.IdcClientException
Execute a service call; not all may be supported by the underlying service provider.
Parameters:
context - the client context
dataBinder - the databinder to execute
Returns:
the result of the service call
Throws:
oracle.stellent.ridc.IdcClientException

Skip navigation links

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

E17273-03


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