Uses of Interface
com.ibm.di.config.interfaces.CallConfig

Packages that use CallConfig
com.ibm.di.config.base Provides classes that implement the Security Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Security Directory Integrator configuration model. 
com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Directory Integrator configuration components. 
 

Uses of CallConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement CallConfig
 class CallConfigImpl
          Deprecated.  
 

Methods in com.ibm.di.config.base that return CallConfig
 CallConfig AssemblyLineConfigImpl.getTaskInputParameters()
          Deprecated. Use getSchema(true)
 CallConfig AssemblyLineConfigImpl.getTaskOutputParameters()
          Deprecated. Use getSchema(false)
 

Uses of CallConfig in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return CallConfig
 CallConfig AssemblyLineConfig.getTaskInputParameters()
          Deprecated. Use getSchema(true)
 CallConfig AssemblyLineConfig.getTaskOutputParameters()
          Deprecated. Use getSchema(false)
 

Uses of CallConfig in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml with parameters of type CallConfig
 void AssemblyLineFactory.getCallParam(CallConfig config, org.w3c.dom.Element elem)