Interface IIOPInterceptorFactory
-
- All Known Implementing Classes:
AppclientIIOPInterceptorFactory,OpenTracingIiopInterceptorFactory,SecurityIIOPInterceptorFactory,TransactionIIOPInterceptorFactory,TransactionInterceptorFactory
@Contract public interface IIOPInterceptorFactory- Author:
- Mahesh Kannan Date: Jan 16, 2009
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.omg.PortableInterceptor.ClientRequestInterceptorcreateClientRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info, org.omg.IOP.Codec codec)org.omg.PortableInterceptor.ServerRequestInterceptorcreateServerRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info, org.omg.IOP.Codec codec)
-
-
-
Method Detail
-
createClientRequestInterceptor
org.omg.PortableInterceptor.ClientRequestInterceptor createClientRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info, org.omg.IOP.Codec codec)
-
createServerRequestInterceptor
org.omg.PortableInterceptor.ServerRequestInterceptor createServerRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info, org.omg.IOP.Codec codec)
-
-