|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| 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.impl.HttpApache3Method<PostMethod>
oracle.stellent.ridc.protocol.http.apache3.impl.HttpApache3PostMethod
public class HttpApache3PostMethod
Http Post method implementation for Apache 3.x
| Field Summary |
|---|
| Fields inherited from class oracle.stellent.ridc.protocol.http.apache3.impl.HttpApache3Method |
|---|
apacheMethod, ridcClient, serviceLog |
| Constructor Summary | |
|---|---|
HttpApache3PostMethod(String url, HttpApache3Client httpApache3Client)Constructor |
|
| Method Summary | |
|---|---|
void |
addLoginFormCredentials(IdcContext.LoginForm loginForm, Credentials.BasicCredentials credentials)Add credentials for a form-based login |
void |
addParameter(String paramName, String paramValue)Add a parameter to the request |
protected void |
logRequest(String logID, PostMethod method) |
void |
setParameter(String parameterName, Object parameterValue)Set the parameter to the request |
void |
setRequestEntity(List<RIDCHttpPart<?>> multipartParts, String encoding)Set entities for multipart post |
void |
setRequestEntity(String content, String contentType, String encoding)Set a string entity to the request |
| Methods inherited from class oracle.stellent.ridc.protocol.http.apache3.impl.HttpApache3Method |
|---|
addRequestHeader, execute, getDelegateObject, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, logResponse, releaseConnection, setCookiePolicy, setFollowRedirects, setParameter, setQueryString, setRequestHeader, setServiceLog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.stellent.ridc.common.http.RIDCHttpMethod |
|---|
addRequestHeader, execute, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, releaseConnection, setCookiePolicy, setFollowRedirects, setParameter, setQueryString, setRequestHeader, setServiceLog |
| Constructor Detail |
|---|
public HttpApache3PostMethod(String url,
HttpApache3Client httpApache3Client)
url - the urlhttpApache3Client - the associated client| Method Detail |
|---|
public void addParameter(String paramName,
String paramValue)
addParameter in interface RIDCHttpPostMethodparamName - the parameter nameparamValue - the parameter value
public void setParameter(String parameterName,
Object parameterValue)
parameterName - the parameter nameparameterValue - the parameter value
public void setRequestEntity(String content,
String contentType,
String encoding)
throws UnsupportedEncodingException
setRequestEntity in interface RIDCHttpPostMethodcontent - the content to be postedcontentType - the content typeencoding - the content encodingUnsupportedEncodingException
public void setRequestEntity(List<RIDCHttpPart<?>> multipartParts,
String encoding)
setRequestEntity in interface RIDCHttpPostMethodmultipartParts - the content "parts" to be postedencoding -
public void addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials)
addLoginFormCredentials in interface RIDCHttpPostMethodloginForm - the login formcredentials - the login credentials
protected void logRequest(String logID,
PostMethod method)
logRequest in class HttpApache3Method<PostMethod>
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||