Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


Uses of Class
oracle.stellent.ridc.IdcClientException

Packages that use IdcClientException
oracle.stellent.ridc   
oracle.stellent.ridc.config   
oracle.stellent.ridc.convenience.monitor   
oracle.stellent.ridc.protocol   
oracle.stellent.ridc.protocol.http   
oracle.stellent.ridc.protocol.intradoc.socket   
oracle.stellent.ridc.protocol.jaxws   

 

Uses of IdcClientException in oracle.stellent.ridc

 

Methods in oracle.stellent.ridc that throw IdcClientException
 IdcClient IdcClientProvider.createClient(IdcClientManager clientManager, java.lang.String url)
          Create an IdcClient using the given URL
 IdcClient IdcClientManager.createClient(java.lang.String url)
          Create a new client instance based on the given URL.
 void IdcClient.initialize()
          Initialize the client.
 ServiceResponse IdcClient.sendRequest(IdcContext userContext, DataBinder dataBinder)
          Execute the request; sends the request to the Content Server and reads the response.

 

Uses of IdcClientException in oracle.stellent.ridc.config

 

Subclasses of IdcClientException in oracle.stellent.ridc.config
 class ConfigurationException
          Errors while reading or writing the serialized configuration information.

 

Methods in oracle.stellent.ridc.config that throw IdcClientException
 IdcClientManager ConfigurationSerializer.readConfiguration(java.io.InputStream stream)
          Read a list of configuration into a new IdcClientManager from an XML stream

 

Uses of IdcClientException in oracle.stellent.ridc.convenience.monitor

 

Methods in oracle.stellent.ridc.convenience.monitor that throw IdcClientException
protected  java.lang.String[] ContentHistoryWatcher.IdcPollingThread.getCurrentDateWhereClause(DataObject documentEvent)
           
 java.text.DateFormat ContentHistoryWatcher.getOdbcDateFormat()
           
protected  java.text.DateFormat ContentHistoryWatcher.initializeDateFormat(IdcContext context)
           

 

Uses of IdcClientException in oracle.stellent.ridc.protocol

 

Subclasses of IdcClientException in oracle.stellent.ridc.protocol
 class ProtocolException
          Errors in the protocol layer.
 class ServiceException
          Exceptions that occur when processing service requests.

 

Methods in oracle.stellent.ridc.protocol that throw IdcClientException
 DataBinder ServiceResponse.getResponseAsBinder()
          Convert the response stream to a data binder
 DataBinder ServiceResponse.getResponseAsBinder(boolean checkErrors)
          Convert the response stream to a data binder

 

Uses of IdcClientException in oracle.stellent.ridc.protocol.http

 

Subclasses of IdcClientException in oracle.stellent.ridc.protocol.http
 class HttpProtocolException
          Exceptions in the IdcHttpProtocol implementation

 

Uses of IdcClientException in oracle.stellent.ridc.protocol.intradoc.socket

 

Subclasses of IdcClientException in oracle.stellent.ridc.protocol.intradoc.socket
 class SSLProtocolException
          Exceptions specific to SSL configuration and setup

 

Uses of IdcClientException in oracle.stellent.ridc.protocol.jaxws

 

Methods in oracle.stellent.ridc.protocol.jaxws that throw IdcClientException
 IdcClient JaxWSClientProvider.createClient(IdcClientManager clientManager, java.lang.String url)
           
 void JaxWSClient.initialize()
           

 


Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


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