com.rift.coad.lib.interceptor.iiop |
|
Java Source File Name | Type | Comment |
ClassLoaderInterceptor.java | Class | This class is responsible for setting the class loader correctly for the in
bound thread. |
CodebaseIORInterceptor.java | Class | This interceptor is responsible for setting the code base within an IOR so
that the stub code can be download when required. |
Constants.java | Class | This class defines the IIOP specific constants. |
InterceptorIntializer.java | Class | This class is responsible for initializing all the IIOP interceptors. |
SecurityInterceptorException.java | Class | This exception will get thrown when there is an error while dealing with the
IIOP interceptors. |
SecurityServerInterceptor.java | Class | The security server interceptor is responsible for intercepting the call on
the server and setting up the security context appropriatly. |
SessionClientInterceptor.java | Class | This interceptor is responsible for setting up the client side of the
connection so that a session can be setup on the server side appropriatly. |