Class AdapterFactory
- java.lang.Object
-
- org.openiam.sync.service.impl.srcadapter.AdapterFactory
-
@Component public class AdapterFactory extends Object
Factory to create the scripts that are used in the synchronization process.- Author:
- suneet
-
-
Constructor Summary
Constructors Constructor Description AdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceAdapter
create(SynchConfig config)
-
-
-
Method Detail
-
create
public SourceAdapter create(SynchConfig config) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
-