Skip navigation links 
 
oracle.stellent.wcm.server.request.proxy
Class ProxyHandler
java.lang.Object
   oracle.stellent.wcm.server.request.SiteRequestHandler<IdcServiceRequest,IdcServiceLogic>
oracle.stellent.wcm.server.request.SiteRequestHandler<IdcServiceRequest,IdcServiceLogic>
       oracle.stellent.wcm.server.request.idcService.IdcServiceHandler
oracle.stellent.wcm.server.request.idcService.IdcServiceHandler
           oracle.stellent.wcm.server.request.proxy.ProxyHandler
oracle.stellent.wcm.server.request.proxy.ProxyHandler
- 
public class ProxyHandler
 
- extends IdcServiceHandler
Proxy requests and rewrite URLs for HTML content retrieved from the Content Server.
 
 
  
 
  
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
STREAM
public static final SiteResponse.ResponseObject<java.io.InputStream> STREAM
STATUS_CODE
public static final SiteResponse.ResponseObject<java.lang.Integer> STATUS_CODE
STATUS_MESSAGE
public static final SiteResponse.ResponseObject<java.lang.String> STATUS_MESSAGE
CONTENT_LENGTH
public static final SiteResponse.ResponseObject<java.lang.Long> CONTENT_LENGTH
CONTENT_TYPE
public static final SiteResponse.ResponseObject<java.lang.String> CONTENT_TYPE
ProxyHandler
public ProxyHandler(ClientApplication clientApplication,
                    ProxyLogic commandLogic)
createResponse
protected SiteResponse createResponse(IdcServiceRequest siteRequest,
                                      oracle.stellent.ridc.protocol.ServiceResponse response)
- Create the response object
- 
- Overrides:
- createResponsein class- IdcServiceHandler
 
- 
- Parameters:
- siteRequest- the idcservice command
- response- the result of the call
- Returns:
- the server response
 
handleLogicError
protected SiteResponse handleLogicError(IdcServiceRequest siteRequest,
                                        SiteRequestException exp)
- Handle an error occurring while processing the command
- 
- Overrides:
- handleLogicErrorin class- SiteRequestHandler<IdcServiceRequest,IdcServiceLogic>
 
- 
- Parameters:
- siteRequest- the site command
- exp- the error
- Returns:
- the error response
 
Skip navigation links 
 
Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.