com.sun.enterprise.security.appclient
Class AppclientIIOPInterceptorFactory

java.lang.Object
  extended by com.sun.enterprise.security.appclient.AppclientIIOPInterceptorFactory
All Implemented Interfaces:
IIOPInterceptorFactory

@Service(name="ClientSecurityInterceptorFactory")
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class AppclientIIOPInterceptorFactory
extends java.lang.Object
implements IIOPInterceptorFactory

Author:
Kumar

Constructor Summary
AppclientIIOPInterceptorFactory()
           
 
Method Summary
 org.omg.PortableInterceptor.ClientRequestInterceptor createClientRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info, org.omg.IOP.Codec codec)
           
 org.omg.PortableInterceptor.ServerRequestInterceptor createServerRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info, org.omg.IOP.Codec codec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppclientIIOPInterceptorFactory

public AppclientIIOPInterceptorFactory()
Method Detail

createClientRequestInterceptor

public org.omg.PortableInterceptor.ClientRequestInterceptor createClientRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info,
                                                                                           org.omg.IOP.Codec codec)
Specified by:
createClientRequestInterceptor in interface IIOPInterceptorFactory

createServerRequestInterceptor

public org.omg.PortableInterceptor.ServerRequestInterceptor createServerRequestInterceptor(org.omg.PortableInterceptor.ORBInitInfo info,
                                                                                           org.omg.IOP.Codec codec)
Specified by:
createServerRequestInterceptor in interface IIOPInterceptorFactory


Copyright © 2012 GlassFish Community. All Rights Reserved.