|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.protocol.http.apache3.utils.Apache3Utils
public class Apache3Utils
Utility class for Apache 3.x implementation
| Constructor Summary | |
|---|---|
Apache3Utils() |
|
| Method Summary | |
|---|---|
static java.util.List<RIDCCookie> |
convert(org.apache.commons.httpclient.Cookie[] cookies)Convert the Apache cookie implementation to generic RIDC Cookies |
static org.apache.commons.httpclient.NameValuePair[] |
convert(java.util.List<NameValuePair> params)Convert RIDC Name value pairs to Apache implementation |
static java.util.List<RIDCHttpHeader> |
convertToRIDCHeaders(org.apache.commons.httpclient.Header[] apacheHeaders)Convert Apache headers to RIDC headers |
static org.apache.commons.httpclient.Credentials |
getCredentials(Credentials idcCredentials)Convert the RIDC credentials to Apache Credentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Apache3Utils()
| Method Detail |
|---|
public static java.util.List<RIDCHttpHeader> convertToRIDCHeaders(org.apache.commons.httpclient.Header[] apacheHeaders)
apacheHeaders - the apache headerspublic static org.apache.commons.httpclient.Credentials getCredentials(Credentials idcCredentials)
idcCredentials -public static java.util.List<RIDCCookie> convert(org.apache.commons.httpclient.Cookie[] cookies)
cookies -public static org.apache.commons.httpclient.NameValuePair[] convert(java.util.List<NameValuePair> params)
params -
|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||