Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


oracle.stellent.ridc.protocol.http.oracle.impl
Class HttpOracleGetMethod

java.lang.Object
  extended by oracle.stellent.ridc.protocol.http.oracle.impl.HttpOracleMethod
      extended by oracle.stellent.ridc.protocol.http.oracle.impl.HttpOracleGetMethod

All Implemented Interfaces:
RIDCHttpGetMethod, RIDCHttpMethod

public class HttpOracleGetMethod
extends HttpOracleMethod
implements RIDCHttpGetMethod

Field Summary

 

Fields inherited from class oracle.stellent.ridc.protocol.http.oracle.impl.HttpOracleMethod
m_client, m_followRedirects, m_formData, m_headers, m_response, m_serviceLog, m_url, redir_mod

 

Method Summary
 int execute()
          Execute the request

 

Methods inherited from class oracle.stellent.ridc.protocol.http.oracle.impl.HttpOracleMethod
addRequestHeader, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, 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, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, releaseConnection, setCookiePolicy, setFollowRedirects, setParameter, setQueryString, setRequestHeader, setServiceLog

 

Method Detail

execute

public int execute()
            throws ProtocolException,
                   IOException
Description copied from interface: RIDCHttpMethod
Execute the request
Specified by:
execute in interface RIDCHttpMethod
Returns:
status code of the response
Throws:
IOException
ProtocolException

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.