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.request.idcService
Class IdcServiceHandler

java.lang.Object
  extended by oracle.stellent.wcm.server.request.SiteRequestHandler<IdcServiceRequest,IdcServiceLogic>
      extended by oracle.stellent.wcm.server.request.idcService.IdcServiceHandler

Direct Known Subclasses:
ProxyHandler

public class IdcServiceHandler
extends SiteRequestHandler<IdcServiceRequest,IdcServiceLogic>

Field Summary
static SiteResponse.ResponseObject<oracle.stellent.ridc.protocol.ServiceResponse> RESULT
           

 

Constructor Summary
IdcServiceHandler(ClientApplication clientApplication, IdcServiceLogic commandLogic)
           

 

Method Summary
protected  SiteResponse applyLogic(IdcServiceRequest siteRequest)
          Handle this command
protected  SiteResponse createResponse(IdcServiceRequest siteRequest, oracle.stellent.ridc.protocol.ServiceResponse response)
          Create the response object

 

Methods inherited from class oracle.stellent.wcm.server.request.SiteRequestHandler
getLogic, getServerContext, handleLogicError, handleSiteRequest, validateSiteRequest

 

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

 

Field Detail

RESULT

public static final SiteResponse.ResponseObject<oracle.stellent.ridc.protocol.ServiceResponse> RESULT

Constructor Detail

IdcServiceHandler

public IdcServiceHandler(ClientApplication clientApplication,
                         IdcServiceLogic commandLogic)

Method Detail

applyLogic

protected SiteResponse applyLogic(IdcServiceRequest siteRequest)
                           throws SiteRequestException
Handle this command
Specified by:
applyLogic in class SiteRequestHandler<IdcServiceRequest,IdcServiceLogic>
Parameters:
siteRequest - the site command
Returns:
the response for this command
Throws:
SiteRequestException

createResponse

protected SiteResponse createResponse(IdcServiceRequest siteRequest,
                                      oracle.stellent.ridc.protocol.ServiceResponse response)
Create the response object
Parameters:
siteRequest - the idcservice command
response - the result of the call
Returns:
the server response

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.