| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.stellent.wcm.javaee.servlet.proxy.AbstractProxyHandler
oracle.stellent.wcm.javaee.servlet.proxy.AbstractProxyHandler
       oracle.stellent.wcm.javaee.servlet.proxy.ServiceProxyHandler
oracle.stellent.wcm.javaee.servlet.proxy.ServiceProxyHandler
public class ServiceProxyHandler
Handle the proxy of Content Server service calls; make sure the URLs and rewritten to match the target application server.
| Constructor Summary | |
|---|---|
| ServiceProxyHandler(javax.servlet.ServletConfig servletConfig, javax.servlet.ServletContext servletContext) | |
| Method Summary | |
|---|---|
|  ProxyLogic | getProxyLogic() | 
| protected  IdcServiceForProxy | getProxyService(java.lang.String service)Retrieve the proxy implementation for this service name | 
|  void | handle(ServletRequestContext requestContext)Handle this request | 
| protected  boolean | handleGet(ServletRequestContext requestContext, ProxyRequest proxyRequest)Populate the proxy request for a GET method. | 
| protected  boolean | handlePost(ServletRequestContext requestContext, ProxyRequest proxyRequest)Populate the proxy request for a POST method | 
| Methods inherited from class oracle.stellent.wcm.javaee.servlet.proxy.AbstractProxyHandler | 
|---|
| getClientApplication, getServletConfig, getServletContext, populateRequest, sendProxyResponse, streamResponse | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ServiceProxyHandler(javax.servlet.ServletConfig servletConfig,
                           javax.servlet.ServletContext servletContext)
| Method Detail | 
|---|
public ProxyLogic getProxyLogic()
                         throws javax.servlet.ServletException
javax.servlet.ServletException
public void handle(ServletRequestContext requestContext)
            throws javax.servlet.ServletException,
                   java.io.IOException
requestContext - the request contextjavax.servlet.ServletExceptionjava.io.IOExceptionprotected IdcServiceForProxy getProxyService(java.lang.String service)
service - the service
protected boolean handleGet(ServletRequestContext requestContext,
                            ProxyRequest proxyRequest)
                     throws javax.servlet.ServletException,
                            java.io.IOException
requestContext - the request contextproxyRequest - the currrent proxy request to populatejavax.servlet.ServletExceptionjava.io.IOException
protected boolean handlePost(ServletRequestContext requestContext,
                             ProxyRequest proxyRequest)
                      throws javax.servlet.ServletException,
                             java.io.IOException
requestContext - the request contextproxyRequest - the currrent proxy request to populatejavax.servlet.ServletExceptionjava.io.IOException| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||