com.sun.corba.se.impl.interceptors |
|
Java Source File Name | Type | Comment |
CDREncapsCodec.java | Class | CDREncapsCodec is an implementation of Codec, as described
in orbos/99-12-02, that supports CDR encapsulation version 1.0, 1.1, and
1.2. |
ClientRequestInfoImpl.java | Class | Implementation of the ClientRequestInfo interface as specified in
orbos/99-12-02 section 5.4.2. |
CodecFactoryImpl.java | Class | CodecFactoryImpl is the implementation of the Codec Factory, as described
in orbos/99-12-02. |
InterceptorInvoker.java | Class | Handles invocation of interceptors. |
InterceptorList.java | Class | Provides a repository of registered Portable Interceptors, organized
by type. |
IORInfoImpl.java | Class | IORInfoImpl is the implementation of the IORInfo class, as described
in orbos/99-12-02, section 7. |
ORBInitInfoImpl.java | Class | ORBInitInfoImpl is the implementation of the ORBInitInfo class to be
passed to ORBInitializers, as described in orbos/99-12-02. |
PICurrent.java | Class | PICurrent is the implementation of Current as specified in the Portable
Interceptors Spec orbos/99-12-02. |
PIHandlerImpl.java | Class | Provides portable interceptor functionality. |
PINoOpHandlerImpl.java | Class | This is No-Op implementation of PIHandler. |
RequestInfoImpl.java | Class | Implementation of the RequestInfo interface as specified in
orbos/99-12-02 section 5.4.1. |
ServerRequestInfoImpl.java | Class | Implementation of the ServerRequestInfo interface as specified in
orbos/99-12-02 section 5.4.3. |
SlotTable.java | Class | SlotTable is used internally by PICurrent to store the slot information. |
SlotTableStack.java | Class | |