|   | 
|   |   |   |   | 
You use the epifreg command to register your interceptors with an ORB. When you register an interceptor, the interceptor is added to the end of the list of interceptors already registered with the ORB. This is important when you have multiple interceptors registered with an ORB.The syntax of the epifreg command for registering interceptors is the following:epifreg -t bea/wle -i AppRequestInterceptor \
–p <InterceptorName> –f <FileName> –e <EntryPoint> \
-u "DisplayName=<Administrative Name>" -v 1.0