org.jboss.iiop.csiv2.SASTargetInterceptor This implementation of <code>org.omg.PortableInterceptor.ServerRequestInterceptor</code> extracts the security attribute service (SAS) context from incoming IIOP and inserts SAS messages into the SAS context of outgoing IIOP replies. @author <a HREF="mailto:reverbel@ime.usp.br"> ...
org.jboss.iiop.csiv2.SASClientIdentityInterceptor This implementation of <code>org.omg.PortableInterceptor.ClientRequestInterceptor</code> inserts the security attribute service (SAS) context into outgoing IIOP requests and handles the SAS messages received from the target security service in the SAS context of incoming IIOP replies. ...
org.jacorb.poa.RequestProcessor This thread performs the request processing, the actual method invocation and it returns the ServerRequest object to the ORB. @author Reimo Tiedemann, FU Berlin @version $Id: RequestProcessor.java,v 1.31 2004/12/11 22:31:34 andre.spiegel Exp $
org.jboss.tm.iiop.TxClientInterceptor This implementation of <code>org.omg.PortableInterceptor.ClientRequestInterceptor</code> inserts the transactional context into outgoing requests. @author <a HREF="mailto:reverbel@ime.usp.br">Francisco Reverbel</a> @version $Revision: 1.2.4.3 $
org.jacorb.orb.ClientInterceptorHandler An instance of this class handles all interactions between one particular client request and any interceptors registered for it. @author Andre Spiegel @version $Id: ClientInterceptorHandler.java,v 1.8 2004/06/09 05:36:59 andre.spiegel Exp $