Skip navigation links

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

E17274-02


Uses of Class
oracle.stellent.ridc.protocol.ProtocolException

Packages that use ProtocolException
oracle.stellent.ridc   
oracle.stellent.ridc.protocol   
oracle.stellent.ridc.protocol.http   
oracle.stellent.ridc.protocol.http.auth   
oracle.stellent.ridc.protocol.impl   
oracle.stellent.ridc.protocol.intradoc   
oracle.stellent.ridc.protocol.intradoc.socket   
oracle.stellent.ridc.protocol.jaxws   
oracle.stellent.ridc.protocol.jaxws.stack   
oracle.stellent.ridc.protocol.jaxws.stack.jrf   
oracle.stellent.ridc.protocol.jaxws.stack.wls   

 

Uses of ProtocolException in oracle.stellent.ridc

 

Methods in oracle.stellent.ridc that throw ProtocolException
protected  ConnectionPool<TConnection> IdcClient.createConnectionPool()
           
protected abstract  TProtocol IdcClient.createProtocol(ServiceRequest<TConnection> serviceRequest)
          Create the protocol to handle the request
 ConnectionPool<TConnection> IdcClient.getConnectionPool()
           

 

Uses of ProtocolException in oracle.stellent.ridc.protocol

 

Methods in oracle.stellent.ridc.protocol that throw ProtocolException
 TConnection ConnectionPool.acquireConnection()
          Obtain a connection from the pool for the current thread
 void Connection.close()
          Close the connection
 void Connection.connect()
          Create and initialize a connection
 TConnection ConnectionManager.createConnection(TClientConfig clientConfig)
          Create a new connection.
<TCon extends Connection>
ConnectionPool<TCon>
ConnectionPoolManager.createConnectionPool(java.lang.String name, IdcClientConfig config, ConnectionManager<TCon,IdcClientConfig> manager)
          Create a new connection pool
 void ConnectionPool.initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection,IdcClientConfig> connectionManager)
          Let a pool implementation initialize itself
 void ConnectionManager.initializeConnection(TConnection connection)
          Initialize a connection acquired from the threading model to use with this service request object.
 ServiceResponse Protocol.readResponse()
           
 void Protocol.writeRequest()
          Send request to the Content Server

 

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

 

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

 

Methods in oracle.stellent.ridc.protocol.http that throw ProtocolException
static AuthenticationHandler IdcHttpProtocol.createAuthHandler(IdcContext.HttpAuthScheme authScheme, IdcHttpProtocol httpProtocol)
          Retrieve the authentication handler associated with the given authentication scheme
 ServiceResponse IdcHttpProtocol.readResponse()
          Reads the next message, if a message is not completely received within the timeout specified an exception is thrown.
 int AuthenticationHandler.sendAuthenticatedRequest()
          Send the authenticated request to the Content Server
 int IdcHttpProtocol.sendRequest()
          Send the request to the Content Server; used internally by the AuthHandler implementations
 void IdcHttpProtocol.writeRequest()
          Write the request to the Content Server

 

Uses of ProtocolException in oracle.stellent.ridc.protocol.http.auth

 

Methods in oracle.stellent.ridc.protocol.http.auth that throw ProtocolException
protected  org.apache.commons.httpclient.methods.PostMethod FormAuthHandler.createLoginMethod()
          Create the post method for the login operation
protected  org.apache.commons.httpclient.methods.PostMethod OIMSSOAuthHandler.createLoginMethod()
          Create the post method for the login operation
 AuthenticationHandler AuthenticationDetector.determineAuthHandler(IdcHttpProtocol httpProtocol)
          Determine which authentication handler to use for the Content Server.
protected  int FormAuthHandler.executeLogin(org.apache.commons.httpclient.methods.PostMethod postMethod)
          Execute the login method
protected  java.lang.String FormAuthHandler.getLoginFormPath(IdcContext.LoginForm loginForm)
          Determine the location for the login form post
protected  java.lang.String OIMSSOAuthHandler.getLoginFormPath(IdcContext.LoginForm loginForm)
          Determine the location for the login form post.
protected  void FormAuthHandler.handleFormLogin()
          Handle logging into the Content Server via a login form
protected  void OAMSSOAuthHandler.handleFormLogin()
          Handle logging into the Content Server via a login form
protected  void FormAuthHandler.handleFormResponse(org.apache.commons.httpclient.methods.PostMethod postMethod, int status)
          Handle processing the response from the form login
protected  void OIMSSOAuthHandler.handleFormResponse(org.apache.commons.httpclient.methods.PostMethod postMethod, int status)
          Handle processing the response from the form login
protected  void OAMSSOAuthHandler.handleFormResponse(org.apache.commons.httpclient.methods.PostMethod postMethod, int status)
          Handle processing the response from the form login
 int FormAuthHandler.sendAuthenticatedRequest()
          Send the authenticated request to the Content Server
 int BasicAuthHandler.sendAuthenticatedRequest()
          Send the authenticated request to the Content Server
protected  void FormAuthHandler.throwFormValidateException(org.apache.commons.httpclient.methods.PostMethod postMethod)
          Throw the form validation exception

 

Uses of ProtocolException in oracle.stellent.ridc.protocol.impl

 

Methods in oracle.stellent.ridc.protocol.impl that throw ProtocolException
 TConnection BlockingQueueConnectionPool.acquireConnection()
           
 TConnection SimpleConnectionPool.acquireConnection()
           
 void BlockingQueueConnectionPool.initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection,IdcClientConfig> connectionManager)
          Initialize the threading model
 void SimpleConnectionPool.initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection,IdcClientConfig> connectionManager)
          Initialize the threading model

 

Uses of ProtocolException in oracle.stellent.ridc.protocol.intradoc

 

Methods in oracle.stellent.ridc.protocol.intradoc that throw ProtocolException
 ServiceResponse HdaProtocol.readResponse()
          Reads the next message, if a message is not completely received within the timeout specified an exception is thrown.
 void HdaProtocol.writeRequest()
          Sends the specified message to the Content Server.

 

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

 

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

 

Methods in oracle.stellent.ridc.protocol.intradoc.socket that throw ProtocolException
 void SocketConnection.connect()
          Connect this socket to the configured destination
 SocketConnection SSLSocketConnectionManager.createConnection(IntradocClientConfig clientConfig)
          Create a new socket connection based on the given client configuration.
 SocketConnection SocketConnectionManager.createConnection(IntradocClientConfig clientConfig)
          Create a new connection.
protected  java.net.Socket SSLSocketConnection.createSocket()
          Create the socket to the configured host
protected  java.net.Socket SocketConnection.createSocket()
          Create the socket to the configured host
 void SocketConnectionManager.initializeConnection(SocketConnection connection)
          Initialize a connection acquired from the threading model to use with this service request object.

 

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

 

Methods in oracle.stellent.ridc.protocol.jaxws that throw ProtocolException
 void JaxWSClientConnection.close()
           
 JaxWSClientConnection JaxWSConnectionManager.createConnection(JaxWSClientConfig clientConfig)
          Create a new connection
protected  JaxWSProtocol JaxWSClient.createProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest)
           
 JaxWSClientConfig.JAXWSSTACK JaxWSClientConfig.getJaxWSStack()
           
 void JaxWSConnectionManager.initializeConnection(JaxWSClientConnection connection)
           
 void JaxWSClientConfig.setJaxWSStack(java.lang.String stackName)
           
 void JaxWSProtocol.writeRequest()
           
 void JaxWSProtocol.writeSuperRequest()
           

 

Constructors in oracle.stellent.ridc.protocol.jaxws that throw ProtocolException
JaxWSProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config)
          Constructor

 

Uses of ProtocolException in oracle.stellent.ridc.protocol.jaxws.stack

 

Methods in oracle.stellent.ridc.protocol.jaxws.stack that throw ProtocolException
 boolean JaxWSServiceStack.authenticateUser()
          Authenticate the user and save the cookie in the user context
abstract  void JaxWSServiceStack.getCookiesFromUserContext(IdcContext userContext, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           
abstract  IdcWebLogin JaxWSServiceStack.getLoginPort()
           
abstract  IdcWebRequest JaxWSServiceStack.getRequestPort()
           
 void JaxWSServiceStack.performServiceRequest()
           

 

Constructors in oracle.stellent.ridc.protocol.jaxws.stack that throw ProtocolException
JaxWSServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol)
           

 

Uses of ProtocolException in oracle.stellent.ridc.protocol.jaxws.stack.jrf

 

Methods in oracle.stellent.ridc.protocol.jaxws.stack.jrf that throw ProtocolException
 void JaxWSjrfServiceStack.getCookiesFromUserContext(IdcContext userContext, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           
 IdcWebLogin JaxWSbkServiceStack.getLoginPort()
           
 IdcWebRequest JaxWSjrfServiceStack.getRequestPort()
           

 

Constructors in oracle.stellent.ridc.protocol.jaxws.stack.jrf that throw ProtocolException
JaxWSbkServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol)
           
JaxWSjrfServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol)
           

 

Uses of ProtocolException in oracle.stellent.ridc.protocol.jaxws.stack.wls

 

Methods in oracle.stellent.ridc.protocol.jaxws.stack.wls that throw ProtocolException
 void JaxWSwlsServiceStack.getCookiesFromUserContext(IdcContext userContext, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           
 IdcWebLogin JaxWSwlsServiceStack.getLoginPort()
           
 IdcWebRequest JaxWSwlsServiceStack.getRequestPort()
           

 

Constructors in oracle.stellent.ridc.protocol.jaxws.stack.wls that throw ProtocolException
JaxWSwlsServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol)
           

 


Skip navigation links

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

E17274-02


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