org.jacorb.orb.standardInterceptors

Class IORInterceptorInitializer

public class IORInterceptorInitializer extends LocalObject implements ORBInitializer

This class initializes the default IOR interceptors used by JacORB.

Version: $Id: IORInterceptorInitializer.java,v 1.21 2006/07/14 12:02:41 nick.cross Exp $

Author: Nicolas Noffke

Method Summary
voidpost_init(ORBInitInfo info)
Adds the CodeSetInfoInterceptor to the set of IORInterceptors.
voidpre_init(ORBInitInfo info)

Method Detail

post_init

public void post_init(ORBInitInfo info)
Adds the CodeSetInfoInterceptor to the set of IORInterceptors.

Parameters: info the info object.

pre_init

public void pre_init(ORBInitInfo info)