|
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 | |||||||||
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(String name, String value)Add a parameter to the request |
void |
setRequestEntity(List<RIDCHttpPart<?>> multipartParts, String encoding)Set multipart request data for POST action |
void |
setRequestEntity(String content, String contentType, 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, setServiceLog |
| Method Detail |
|---|
void setRequestEntity(String content,
String contentType,
String encoding)
throws UnsupportedEncodingException
content - the content to be postedcontentType - the content typeencoding - the content encodingUnsupportedEncodingException
void setRequestEntity(List<RIDCHttpPart<?>> multipartParts,
String encoding)
throws UnsupportedEncodingException,
IOException
multipartParts - the content "parts" to be postedencoding -UnsupportedEncodingExceptionIOException
void addParameter(String name,
String value)
name - parameter namevalue - parameter value
void addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials)
throws UnsupportedEncodingException
loginForm - the login formcredentials - the login credentialsUnsupportedEncodingException
|
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 | |||||||||