org.jacorb.orb.standardInterceptors

Class IORInterceptorInitializer

Implemented Interfaces:
IDLEntity, Object, ORBInitializer, ORBInitializerOperations, java.io.Serializable

public class IORInterceptorInitializer
extends LocalObject
implements ORBInitializer

This class initializes the default IOR interceptors used by JacORB.

Version:
$Id: IORInterceptorInitializer.java,v 1.17 2004/04/28 12:37:28 brose Exp $

Author:
Nicolas Noffke

Constructor Summary

IORInterceptorInitializer()

Method Summary

void
post_init(ORBInitInfo info)
Adds the SSLComponentInterceptor and the CodeSetInfoInterceptor to the set of IORInterceptors.
void
pre_init(ORBInitInfo info)

Methods inherited from class org.omg.CORBA.LocalObject

_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection

Constructor Details

IORInterceptorInitializer

public IORInterceptorInitializer()

Method Details

post_init

public void post_init(ORBInitInfo info)
Adds the SSLComponentInterceptor and the CodeSetInfoInterceptor to the set of IORInterceptors.
Specified by:
post_init in interface ORBInitializerOperations

Parameters:
info - the info object.


pre_init

public void pre_init(ORBInitInfo info)
Specified by:
pre_init in interface ORBInitializerOperations

Parameters:
info -