KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > IOP > CodecPackage > TypeMismatch > Top Examples

  • 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.objectweb.jonas.security.iiop.Csiv2ServerInterceptor
    SAS context interceptor on server side @see Csiv2 spec : A target security service (TSS) is the security service associated with the ORB that hosts the target object. @see Common Secure Interoperability V2 Specification (July 23,2001) @author Florent Benoit
  • 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.CSIv2Util
    Helper class @author Dimitris.Andreadis@jboss.org @author Francisco Reverbel @author Stefan Neusatz Guilhen @version $Revision: 1.11.4.1 $
Popular Tags