IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.security.policy
Interface Extensible

All Known Subinterfaces:
WSPolicy
All Known Implementing Classes:
AbstractPolicies

public interface Extensible

Objects that implement the Extensible interface can be extended to support new interfaces by providing adapters that implement the new desired interface.

Since:
WAS 7.0
Version:
WAS 7.0

Method Summary
 java.lang.Object getExtensionAdapter(java.lang.Class clz)
          Returns an object that is an instance of the given class/interface or null if no such extension adapter is available.
 

Method Detail

getExtensionAdapter

java.lang.Object getExtensionAdapter(java.lang.Class clz)
Returns an object that is an instance of the given class/interface or null if no such extension adapter is available.

Parameters:
clz - the adapter class to be found.
Returns:
an object that is an instance of the given class or null if no such extension adapter is available.

IBM WebSphere Application ServerTM
Release 8