eXo WS :: REST :: Extentions 2.3.0-GA

org.exoplatform.services.rest.ext.proxy
Class ProxyService

java.lang.Object
  extended by org.exoplatform.services.rest.ext.proxy.ProxyService
All Implemented Interfaces:
ResourceContainer

public class ProxyService
extends Object
implements ResourceContainer

Version:
$Id$
Author:
Max Shaposhnik

Field Summary
protected static int DEFAULT_CONNECT_TIMEOUT_MS
           
 
Constructor Summary
ProxyService()
           
 
Method Summary
 javax.ws.rs.core.Response doProxyDelete(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo, String urlParam)
           
 javax.ws.rs.core.Response doProxyGet(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo, String urlParam)
           
 javax.ws.rs.core.Response doProxyPost(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo, String urlParam, InputStream entity)
           
 javax.ws.rs.core.Response doProxyPut(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo, String urlParam, InputStream entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONNECT_TIMEOUT_MS

protected static final int DEFAULT_CONNECT_TIMEOUT_MS
See Also:
Constant Field Values
Constructor Detail

ProxyService

public ProxyService()
Method Detail

doProxyDelete

public javax.ws.rs.core.Response doProxyDelete(@Context
                                               javax.ws.rs.core.HttpHeaders headers,
                                               @Context
                                               javax.ws.rs.core.UriInfo uriInfo,
                                               String urlParam)

doProxyGet

public javax.ws.rs.core.Response doProxyGet(@Context
                                            javax.ws.rs.core.HttpHeaders headers,
                                            @Context
                                            javax.ws.rs.core.UriInfo uriInfo,
                                            String urlParam)

doProxyPost

public javax.ws.rs.core.Response doProxyPost(@Context
                                             javax.ws.rs.core.HttpHeaders headers,
                                             @Context
                                             javax.ws.rs.core.UriInfo uriInfo,
                                             String urlParam,
                                             InputStream entity)

doProxyPut

public javax.ws.rs.core.Response doProxyPut(@Context
                                            javax.ws.rs.core.HttpHeaders headers,
                                            @Context
                                            javax.ws.rs.core.UriInfo uriInfo,
                                            String urlParam,
                                            InputStream entity)

eXo WS :: REST :: Extentions 2.3.0-GA

Copyright © 2012 eXo Platform SAS. All Rights Reserved.