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.javaee.servlet.proxy.impl
Class SSEditNativeDocumentForProxy

java.lang.Object
  extended by oracle.stellent.wcm.javaee.servlet.proxy.impl.IdcServiceForProxy
      extended by oracle.stellent.wcm.javaee.servlet.proxy.impl.SSEditNativeDocumentForProxy


public class SSEditNativeDocumentForProxy
extends IdcServiceForProxy

Special handling for SS_EDIT_NATIVE_DOCUMENT to redirect to the Content Server since the proxy does not implement or proxy any of the needed webdav methods.


Constructor Summary
SSEditNativeDocumentForProxy(javax.servlet.ServletContext servletContext)
           

 

Method Summary
 ProxyResponse handleService(ProxyRequest proxyRequest, oracle.stellent.ridc.model.DataBinder dataBinder, ServletRequestContext requestContext)
          Handle a service call.

 

Methods inherited from class oracle.stellent.wcm.javaee.servlet.proxy.impl.IdcServiceForProxy
createProxyResponse, getProxyLogic, getServletContext, getWcmApplication

 

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

 

Constructor Detail

SSEditNativeDocumentForProxy

public SSEditNativeDocumentForProxy(javax.servlet.ServletContext servletContext)

Method Detail

handleService

public ProxyResponse handleService(ProxyRequest proxyRequest,
                                   oracle.stellent.ridc.model.DataBinder dataBinder,
                                   ServletRequestContext requestContext)
                            throws javax.servlet.ServletException,
                                   java.io.IOException
Handle a service call.
Overrides:
handleService in class IdcServiceForProxy
Parameters:
proxyRequest - the proxy request
dataBinder - the data binder containing the request
requestContext - the request context
Returns:
the proxy response
Throws:
javax.servlet.ServletException
java.io.IOException

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.