org.exoplatform.services.rest.ext.proxy
Class ProxyService
java.lang.Object
org.exoplatform.services.rest.ext.proxy.ProxyService
- All Implemented Interfaces:
- ResourceContainer
public class ProxyService
- extends Object
- implements ResourceContainer
- Version:
- $Id$
- Author:
- Max Shaposhnik
|
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 |
DEFAULT_CONNECT_TIMEOUT_MS
protected static final int DEFAULT_CONNECT_TIMEOUT_MS
- See Also:
- Constant Field Values
ProxyService
public ProxyService()
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)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.