WebLogic Integration


Uses of Interface
com.bea.wlai.common.ISchemaDescriptor

Packages that use ISchemaDescriptor
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of ISchemaDescriptor in com.bea.wlai.client
 

Methods in com.bea.wlai.client that return ISchemaDescriptor
 ISchemaDescriptor SchemaManager.addSchema(INamespace parentNamespace, java.lang.String schemaName)
          Add a new schema to the repository.
 ISchemaDescriptor SchemaManager.getSchema(QualifiedName aQualifiedName)
          Get the schema with name given by aQualifiedName parameter.
 ISchemaDescriptor SchemaManager.removeSchema(QualifiedName aQualifiedName)
          Remove the schema with name given by aQualifiedName parameter.
 

Methods in com.bea.wlai.client with parameters of type ISchemaDescriptor
 void SchemaManager.updateSchema(ISchemaDescriptor aSchemaDescriptor)
          Update the schema with given by the schema descriptor.
 

Uses of ISchemaDescriptor in com.bea.wlai.common
 

Classes in com.bea.wlai.common that implement ISchemaDescriptor
 class SchemaDescriptor
          Represents the metadata for an Schema Document
 


WebLogic Integration

WebLogic Integration (WLI)