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

Packages that use SchemaConfig
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
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. 
com.ibm.di.connector.axis2.util   
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
com.ibm.di.util Provides utility classes for the Security Directory Integrator. 
 

Uses of SchemaConfig in com.ibm.di.api.jmx.mbeans
 

Methods in com.ibm.di.api.jmx.mbeans that return SchemaConfig
 SchemaConfig ConfigInstanceMBean.getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s input parameters.
 SchemaConfig ConfigInstance.getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s input parameters.
 SchemaConfig ConfigInstanceMBean.getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s output parameters.
 SchemaConfig ConfigInstance.getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s output parameters.
 

Uses of SchemaConfig in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return SchemaConfig
 SchemaConfig ConfigInstance.getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s input parameters.
 SchemaConfig ConfigInstance.getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s output parameters.
 

Uses of SchemaConfig in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl that return SchemaConfig
 SchemaConfig ConfigInstanceImpl.getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s input parameters.
 SchemaConfig ConfigInstanceImpl.getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s output parameters.
 

Uses of SchemaConfig in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote that return SchemaConfig
 SchemaConfig ConfigInstance.getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s input parameters.
 SchemaConfig ConfigInstance.getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s output parameters.
 

Uses of SchemaConfig in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl that return SchemaConfig
 SchemaConfig ConfigInstanceImpl.getAssemblyLineInputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s input parameters.
 SchemaConfig ConfigInstanceImpl.getAssemblyLineOutputParameters(java.lang.String aAssemblyLineName)
          Returns the AssemblyLine’s output parameters.
 

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

Classes in com.ibm.di.config.base that implement SchemaConfig
 class SchemaConfigImpl
          Implements SchemaConfig
 

Methods in com.ibm.di.config.base that return SchemaConfig
 SchemaConfig ConnectorConfigImpl.getPublishedInitParams()
          Returns the Published Initialization Parameter Schema for the AssemblyLine
 SchemaConfig AssemblyLineConfigImpl.getPublishedInitParams()
          Returns the Published Initialization Parameter Schema for the AssemblyLine
 SchemaConfig ParserConfigImpl.getSchema(boolean input)
           
 SchemaConfig OperationConfigImpl.getSchema(boolean input)
           
 SchemaConfig ConnectorConfigImpl.getSchema(boolean input)
          
 SchemaConfig AssemblyLineConfigImpl.getSchema(boolean input)
          Returns the AssemblyLine's schema
 SchemaConfig ParserConfigImpl.getSchema(java.lang.String name)
           
 SchemaConfig ConnectorConfigImpl.getSchema(java.lang.String name)
          
 SchemaConfig AssemblyLineConfigImpl.getSchema(java.lang.String name)
          Returns the AssemblyLine's schema by name ("Input"/"Output")
 

Methods in com.ibm.di.config.base with parameters of type SchemaConfig
 void SchemaConfigImpl.attachSchema(SchemaConfig schema)
          Attach a Schema.
 void SchemaConfigImpl.detachSchema(SchemaConfig schema)
          Detach a Schema.
 void ConnectorConfigImpl.setPublishedInitParams(SchemaConfig schema)
          Sets the Published Initialization Parameter Schema for the AssemblyLine
 void AssemblyLineConfigImpl.setPublishedInitParams(SchemaConfig schema)
          Sets the Published Initialization Parameter Schema for the AssemblyLine
 

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

Methods in com.ibm.di.config.interfaces that return SchemaConfig
 SchemaConfig OperationsConfig.getPublishedInitParams()
          Returns the Published Initialization Parameter Schema for the AssemblyLine
 SchemaConfig ParserConfig.getSchema(boolean input)
           
 SchemaConfig OperationConfig.getSchema(boolean input)
          Returns the input or output schema
 SchemaConfig ConnectorConfig.getSchema(boolean input)
           
 SchemaConfig AssemblyLineConfig.getSchema(boolean input)
          Returns the AssemblyLine's schema
 SchemaConfig ParserConfig.getSchema(java.lang.String name)
           
 SchemaConfig ConnectorConfig.getSchema(java.lang.String name)
           
 SchemaConfig AssemblyLineConfig.getSchema(java.lang.String name)
          Returns the AssemblyLine's schema by name ("Input"/"Output")
 

Methods in com.ibm.di.config.interfaces with parameters of type SchemaConfig
 void OperationsConfig.setPublishedInitParams(SchemaConfig schema)
          Sets the Published Initialization Parameter Schema for the AssemblyLine
 

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

Methods in com.ibm.di.config.xml with parameters of type SchemaConfig
protected  void SchemaFactory.migrateSchema(SchemaConfig cc, AttributeMapConfig amc, org.w3c.dom.Element elem, boolean input)
           
 void SchemaFactory.migrateSchemaItem(org.w3c.dom.Element elem, SchemaConfig config, AttributeMapConfig amc, boolean input)
           
 

Uses of SchemaConfig in com.ibm.di.connector.axis2.util
 

Methods in com.ibm.di.connector.axis2.util that return types with arguments of type SchemaConfig
static java.util.List<SchemaConfig> SchemaUtils.getInAndOutMessageSchema(org.apache.axis2.description.AxisService serviceInp, java.lang.String operation)
          Retrieves the input and output message schema for the given operation from the give service.
static java.util.List<SchemaConfig> SchemaUtils.getSchemaForAllOperationsInService(org.apache.axis2.description.AxisService service)
          Returns a schema information for all operations in the given service.
 

Methods in com.ibm.di.connector.axis2.util with parameters of type SchemaConfig
static org.w3c.dom.Element SchemaUtils.convertSchemaConfigToXSDElement(org.w3c.dom.Document doc, SchemaConfig schemaConfig, java.lang.String wrapperName)
          Convert a TDI Schema to a XML Schema complex type element definition.
static void SchemaUtils.getInOrOutMessageSchema(org.apache.axis2.description.AxisService serviceInp, java.lang.String opName, boolean in, SchemaConfig schema)
          Fills TDI Schema (SchemaConfig) object with the XML Schema for the given operation.
 

Uses of SchemaConfig in com.ibm.di.server
 

Methods in com.ibm.di.server that return SchemaConfig
 SchemaConfig TaskCallBlock.getALInitializationParameters()
          Returns the SchemaConfig for the Published AssemblyLine Initialization Parameters.
 

Uses of SchemaConfig in com.ibm.di.util
 

Methods in com.ibm.di.util with parameters of type SchemaConfig
static SchemaItemConfig SchemaUtils.addSchemaItem(SchemaConfig config, java.lang.String name, java.lang.String syntax, java.lang.Object attr)
          Creates a schema item in the the schema config.