|
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 | |||||||||
public interface RIDCHttpPostMethod
Generic interface for HTTP POST Method
| Method Summary | |
|---|---|
void |
addLoginFormCredentials(IdcContext.LoginForm loginForm, Credentials.BasicCredentials credentials)Add credentials for a login form |
void |
addParameter(java.lang.String name, java.lang.String value)Add a parameter to the request |
void |
setRequestEntity(java.util.List<RIDCHttpPart<?>> multipartParts, java.lang.String encoding)Set multipart request data for POST action |
void |
setRequestEntity(java.lang.String content, java.lang.String contentType, java.lang.String encoding)Set request data for POST action |
| 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 |
| Method Detail |
|---|
void setRequestEntity(java.lang.String content,
java.lang.String contentType,
java.lang.String encoding)
throws java.io.UnsupportedEncodingException
content - the content to be postedcontentType - the content typeencoding - the content encodingjava.io.UnsupportedEncodingException
void setRequestEntity(java.util.List<RIDCHttpPart<?>> multipartParts,
java.lang.String encoding)
throws java.io.UnsupportedEncodingException,
java.io.IOException
multipartParts - the content "parts" to be postedencoding -java.io.UnsupportedEncodingExceptionjava.io.IOException
void addParameter(java.lang.String name,
java.lang.String value)
name - parameter namevalue - parameter value
void addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials)
throws java.io.UnsupportedEncodingException
loginForm - the login formcredentials - the login credentialsjava.io.UnsupportedEncodingException
|
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 | |||||||||