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

java.lang.Object
  extended by oracle.stellent.wcm.server.request.impl.RequestHandlerSupport<T>
      extended by oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport<IdcServiceRequest,IdcServiceLogic>
          extended by oracle.stellent.wcm.server.request.logic.idcService.IdcServiceHandler

All Implemented Interfaces:
RequestHandler<IdcServiceRequest>
Direct Known Subclasses:
ProxyHandler

public class IdcServiceHandler
extends RequestLogicHandlerSupport<IdcServiceRequest,IdcServiceLogic>

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

 

Fields inherited from class oracle.stellent.wcm.server.request.impl.RequestHandlerSupport
log

 

Constructor Summary
IdcServiceHandler(ServerContext serverContext, IdcServiceLogic commandLogic)
           

 

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

 

Methods inherited from class oracle.stellent.wcm.server.request.impl.RequestLogicHandlerSupport
getLogic, handleLogicError, handleRequest

 

Methods inherited from class oracle.stellent.wcm.server.request.impl.RequestHandlerSupport
getServerContext

 

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(ServerContext serverContext,
                         IdcServiceLogic commandLogic)

Method Detail

handleLogicCommand

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

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® 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.