Uses of Class
org.filteredpush.mapper.exception.AdapterNotFound

Packages that use AdapterNotFound
org.filteredpush.mapper   
org.filteredpush.mapper.datapolicymapper   
 

Uses of AdapterNotFound in org.filteredpush.mapper
 

Methods in org.filteredpush.mapper that throw AdapterNotFound
 void Mapper.setAdapterWithName(java.lang.String adapterClassQN)
          Set the class name (including the package name) of the adapter used by this mapper.
 

Uses of AdapterNotFound in org.filteredpush.mapper.datapolicymapper
 

Methods in org.filteredpush.mapper.datapolicymapper that throw AdapterNotFound
 void DataPolicyMapperImpl.setAdapterWithName(java.lang.String adapterClassQN)
          Set the class name (including the package name) of the adapter used by this mapper.