|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| 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.handlers.AbstractHandler
oracle.stellent.wcm.javaee.servlet.proxy.handlers.ServiceHandler
public class ServiceHandler
Handle the proxy of Content Server service calls; make sure the URLs and rewritten to match the target application server.
| Constructor Summary | |
|---|---|
ServiceHandler(javax.servlet.ServletConfig servletConfig, javax.servlet.ServletContext servletContext) |
|
| Method Summary | |
|---|---|
ProxyLogic |
getProxyLogic() |
protected IdcProxyService |
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.handlers.AbstractHandler |
|---|
getServletConfig, getServletContext, getWcmApplication, populateRequest, sendProxyResponse, streamResponse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceHandler(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 IdcProxyService 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® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||