Class AppclientIIOPInterceptorFactory
- java.lang.Object
-
- com.sun.enterprise.security.appclient.AppclientIIOPInterceptorFactory
-
- All Implemented Interfaces:
IIOPInterceptorFactory
@Service(name="ClientSecurityInterceptorFactory") @Singleton public class AppclientIIOPInterceptorFactory extends Object implements IIOPInterceptorFactory
- Author:
- Kumar
-
-
Constructor Summary
Constructors Constructor Description AppclientIIOPInterceptorFactory()
-
Method Summary
All Methods Instance Methods Concrete 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
public org.omg.PortableInterceptor.ClientRequestInterceptor createClientRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info, org.omg.IOP.Codec codec)- Specified by:
createClientRequestInterceptorin interfaceIIOPInterceptorFactory
-
createServerRequestInterceptor
public org.omg.PortableInterceptor.ServerRequestInterceptor createServerRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info, org.omg.IOP.Codec codec)- Specified by:
createServerRequestInterceptorin interfaceIIOPInterceptorFactory
-
-