Serialized Form
-
Package oracle.stellent.ridc
-
Exception oracle.stellent.ridc.IdcClientException
class IdcClientException extends Exception implements Serializable-
Serialized Fields
-
m_message
LocaleMessage m_message
-
-
-
-
Package oracle.stellent.ridc.common.http.utils.collection
-
Class oracle.stellent.ridc.common.http.utils.collection.KeyComparatorHashMap
- serialVersionUID:
- 3000273665665137463L
-
Serialization Methods
-
readObject
Reconstitute the HashMap instance from a stream (i.e., deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the HashMap instance to a stream (i.e., serialize it).- Serial Data:
- The capacity of the HashMap (the length of the bucket array) is emitted (int), followed by the ss of the HashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the HashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
- Throws:
IOException
-
-
Serialized Fields
-
keyComparator
KeyComparator<K> keyComparator
-
loadFactor
float loadFactor
The load factor for the hash table. -
threshold
int threshold
The next ss value at which to resize (capacity * load factor).
-
-
Class oracle.stellent.ridc.common.http.utils.collection.KeyComparatorLinkedHashMap
- serialVersionUID:
- 3801124242820219131L
-
Serialized Fields
-
accessOrder
boolean accessOrder
The iteration ordering method for this linked hash map: true for access-order, false for insertion-order.
-
-
Class oracle.stellent.ridc.common.http.utils.collection.MultivaluedHashMap
- serialVersionUID:
- -6052320403766368902L
-
Class oracle.stellent.ridc.common.http.utils.collection.StringIgnoreCaseKeyComparator
class StringIgnoreCaseKeyComparator extends Object implements Serializable- serialVersionUID:
- 9106900325469360723L
-
-
Package oracle.stellent.ridc.common.util
-
Class oracle.stellent.ridc.common.util.CaseInsensitiveKeyHashMap
- serialVersionUID:
- 955267350575712643L
-
-
Package oracle.stellent.ridc.common.xml
-
Exception oracle.stellent.ridc.common.xml.XPathEvaluatorException
class XPathEvaluatorException extends RuntimeException implements Serializable
-
-
Package oracle.stellent.ridc.config
-
Exception oracle.stellent.ridc.config.ConfigurationException
class ConfigurationException extends IdcClientException implements Serializable
-
-
Package oracle.stellent.ridc.filter
-
Exception oracle.stellent.ridc.filter.IdcFilterException
class IdcFilterException extends IdcClientException implements Serializable
-
-
Package oracle.stellent.ridc.model
-
Package oracle.stellent.ridc.model.impl
-
Class oracle.stellent.ridc.model.impl.DataFactoryImpl
class DataFactoryImpl extends Object implements Serializable -
Class oracle.stellent.ridc.model.impl.DataObjectImpl
-
-
Package oracle.stellent.ridc.model.serialize
-
Class oracle.stellent.ridc.model.serialize.HdaBinderSerializer
class HdaBinderSerializer extends Object implements Serializable-
Serialized Fields
-
m_dataFactory
DataFactory m_dataFactory
-
m_encoding
String m_encoding
Encoding for obtaining the bytes of a java string; -
m_skipIdcHeaderProps
boolean m_skipIdcHeaderProps
-
-
-
-
Package oracle.stellent.ridc.protocol
-
Exception oracle.stellent.ridc.protocol.ProtocolException
class ProtocolException extends IdcClientException implements Serializable -
Exception oracle.stellent.ridc.protocol.ServiceException
class ServiceException extends IdcClientException implements Serializable-
Serialized Fields
-
m_responseString
String m_responseString
-
m_serializer
HdaBinderSerializer m_serializer
-
-
-
-
Package oracle.stellent.ridc.protocol.http
-
Exception oracle.stellent.ridc.protocol.http.HttpProtocolException
class HttpProtocolException extends ProtocolException implements Serializable
-
-
Package oracle.stellent.ridc.protocol.intradoc.socket
-
Exception oracle.stellent.ridc.protocol.intradoc.socket.SSLProtocolException
class SSLProtocolException extends ProtocolException implements Serializable
-
-
Package oracle.wcc.ridc.adfca.http
-
Class oracle.wcc.ridc.adfca.http.RidcProxyServlet
class RidcProxyServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
m_Service
RidcProxyService m_Service
-
-
-
-
Package oracle.wcc.ridc.adfca.http.internal.exception
-
Exception oracle.wcc.ridc.adfca.http.internal.exception.BadRequestException
class BadRequestException extends HttpServiceException implements Serializable -
Exception oracle.wcc.ridc.adfca.http.internal.exception.ForbiddenException
class ForbiddenException extends HttpServiceException implements Serializable -
Exception oracle.wcc.ridc.adfca.http.internal.exception.HttpServiceException
class HttpServiceException extends Exception implements Serializable-
Serialized Fields
-
m_Status
HttpStatus m_Status
The Http response status that should result from this exception.
-
-
-
Exception oracle.wcc.ridc.adfca.http.internal.exception.InternalServerErrorException
class InternalServerErrorException extends HttpServiceException implements Serializable -
Exception oracle.wcc.ridc.adfca.http.internal.exception.NotAcceptableException
class NotAcceptableException extends HttpServiceException implements Serializable -
Exception oracle.wcc.ridc.adfca.http.internal.exception.NotFoundException
class NotFoundException extends HttpServiceException implements Serializable -
Exception oracle.wcc.ridc.adfca.http.internal.exception.NotModifiedException
class NotModifiedException extends HttpServiceException implements Serializable -
Exception oracle.wcc.ridc.adfca.http.internal.exception.PreconditionFailedException
class PreconditionFailedException extends HttpServiceException implements Serializable -
Exception oracle.wcc.ridc.adfca.http.internal.exception.RedirectionException
class RedirectionException extends HttpServiceException implements Serializable-
Serialized Fields
-
m_RedirectURL
String m_RedirectURL
-
-
-
-
Package oracle.wcc.ridc.adfca.session
-
Class oracle.wcc.ridc.adfca.session.RidcSessionPoolManager
class RidcSessionPoolManager extends Object implements Serializable-
Serialized Fields
-
m_SessionObjectName
String m_SessionObjectName
-
-
-