1. package org.omg.PortableInterceptor;
  2. /**
  3. * org/omg/PortableInterceptor/ClientRequestInterceptor.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Wednesday, September 15, 2004 10:28:46 AM GMT
  7. */
  8. /**
  9. * Client-side request interceptor.
  10. * <p>
  11. * A request Interceptor is designed to intercept the flow of a
  12. * request/reply sequence through the ORB at specific points so that
  13. * services can query the request information and manipulate the service
  14. * contexts which are propagated between clients and servers. The primary
  15. * use of request Interceptors is to enable ORB services to transfer
  16. * context information between clients and servers. There are two types
  17. * of request Interceptors: client-side and server-side.
  18. * <p>
  19. * To write a client-side Interceptor, implement the
  20. * <code>ClientRequestInterceptor</code> interface.
  21. *
  22. * @see ClientRequestInfo
  23. */
  24. public interface ClientRequestInterceptor extends ClientRequestInterceptorOperations, org.omg.PortableInterceptor.Interceptor, org.omg.CORBA.portable.IDLEntity
  25. {
  26. } // interface ClientRequestInterceptor