Skip navigation links

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

E17273-02


oracle.stellent.wcm.server.request.logic.proxy
Class ProxyLogic

java.lang.Object
  extended by oracle.stellent.wcm.server.request.logic.RequestLogic<IdcServiceRequest>
      extended by oracle.stellent.wcm.server.request.logic.idcService.IdcServiceLogic
          extended by oracle.stellent.wcm.server.request.logic.proxy.ProxyLogic


public class ProxyLogic
extends IdcServiceLogic

Logic for the ProxyCommand


Constructor Summary
ProxyLogic(ServerContext serverContext)
           

 

Method Summary
protected  void fireEventsForService(ProxyRequest proxyCommand, oracle.stellent.ridc.protocol.ServiceResponse response, SiteResponse webResponse)
          Fire events for the service
protected  void populateBinder(IdcServiceRequest request, oracle.stellent.ridc.model.DataBinder binder)
          Populate the binder
protected  void populateBinderFromUrl(ProxyRequest proxyCommand, oracle.stellent.ridc.model.DataBinder binder)
          Populate this binder from the URL information

 

Methods inherited from class oracle.stellent.wcm.server.request.logic.idcService.IdcServiceLogic
executeService, getBinder, getServiceAdapter, populateBinderFromJson, populateBinderFromParams, populateBinderFromString, validateRequest

 

Methods inherited from class oracle.stellent.wcm.server.request.logic.RequestLogic
checkSecurity, checkSecurity, getProject, getProject, getSection, getSection, getServerContext, getStructure, isSectionAvailable, setRequestSiteID

 

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

 

Constructor Detail

ProxyLogic

public ProxyLogic(ServerContext serverContext)

Method Detail

populateBinder

protected void populateBinder(IdcServiceRequest request,
                              oracle.stellent.ridc.model.DataBinder binder)
                       throws java.lang.Exception
Populate the binder
Overrides:
populateBinder in class IdcServiceLogic
Parameters:
request - the idcservice command
binder - the default binder
Throws:
java.lang.Exception

populateBinderFromUrl

protected void populateBinderFromUrl(ProxyRequest proxyCommand,
                                     oracle.stellent.ridc.model.DataBinder binder)
                              throws java.net.MalformedURLException
Populate this binder from the URL information
Parameters:
proxyCommand - the proxy command
binder - the current binder
Throws:
java.net.MalformedURLException

fireEventsForService

protected void fireEventsForService(ProxyRequest proxyCommand,
                                    oracle.stellent.ridc.protocol.ServiceResponse response,
                                    SiteResponse webResponse)
Fire events for the service
Parameters:
proxyCommand - the proxy command
response - the response from the content server
webResponse - the current site response

Skip navigation links

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

E17273-02


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