{@link org.omg.PortableInterceptor.ORBInitializer ORBInitializer} 
for how to go about registering interceptors.
org.omg.PortableInterceptorRequestInfo
    sync_scope(): Always returns SYNC_WITH_TRANSPORTarguments(): Only supported for DII/DSI callsexceptions(): Only supported for DII calls on client side.  
          Not supported on server-side.contexts(): Only supported for DII calls on client side.
          Not supported on server-side since our ORB does not send contexts.
          operation_context(): Only supported for DII calls 
          on client side.  Not supported on server-side since ORB 
          does not send contexts.result(): Only supported for DII/DSI callsClientRequestInfo
    received_exception_id(): Always returns null in the 
          DII caseget_request_policy(int type): Not implemented.ServerRequestInfo
    sending_exception(): Does not support user exceptions on 
          the server side in non-DSI case.For a precise list of supported sections of official OMG specifications with which 
the Java[tm] Platform, Standard Edition 6 complies, see Official Specifications for CORBA 
support in Java SE 6. 
@since 1.4
@serial exclude