|
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.impl.IdcServiceForProxy
public class IdcServiceForProxy
Handle a specific service in the proxy
| Constructor Summary | |
|---|---|
IdcServiceForProxy(javax.servlet.ServletContext servletContext) |
|
| Method Summary | |
|---|---|
protected ProxyResponse |
createProxyResponse(ServletRequestContext requestContext, SiteRequest siteRequest, SiteResponse siteResponse)Handle the site response into a valid Http servlet response |
ProxyLogic |
getProxyLogic() |
javax.servlet.ServletContext |
getServletContext() |
ClientApplication |
getWcmApplication() |
ProxyResponse |
handleService(ProxyRequest proxyRequest, oracle.stellent.ridc.model.DataBinder dataBinder, ServletRequestContext requestContext)Handle a service call. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdcServiceForProxy(javax.servlet.ServletContext servletContext)
| Method Detail |
|---|
public ClientApplication getWcmApplication()
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic javax.servlet.ServletContext getServletContext()
public ProxyLogic getProxyLogic()
throws javax.servlet.ServletException
javax.servlet.ServletException
public ProxyResponse handleService(ProxyRequest proxyRequest,
oracle.stellent.ridc.model.DataBinder dataBinder,
ServletRequestContext requestContext)
throws javax.servlet.ServletException,
java.io.IOException
proxyRequest - the proxy requestdataBinder - the data binder containing the requestrequestContext - the request contextjavax.servlet.ServletExceptionjava.io.IOException
protected ProxyResponse createProxyResponse(ServletRequestContext requestContext,
SiteRequest siteRequest,
SiteResponse siteResponse)
throws java.io.IOException,
javax.servlet.ServletException
requestContext - the request contextsiteRequest - the site requestsiteResponse - the site responsejava.io.IOExceptionjavax.servlet.ServletException
|
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 | |||||||||