public class ClientPluggableFeatureFactoryImpl extends com.sun.enterprise.pluggable.PluggableFeatureFactoryBaseImpl
An implementation of ClientPluggableFeatureFactory interface using dynamic
proxies. This class does not directly implement the interface
PluggableFeatureFactory, but an proxy instance implementing the interface
can be obtained by a call to the static method getInstance(). In reality,
this class implements InvocationHnalder interface used to handle method
invocations on a dynamic proxy object.
Fields Summary
Constructors Summary
public ClientPluggableFeatureFactoryImpl(Logger logger)
Private constructor. The public instances of this object are not
available. The instance of this class is however used as invocation
handler for dynamic proxy returned by static method getInstance().