WebLogic Integration


Uses of Class
com.bea.wlai.client.SchemaException

Packages that use SchemaException
com.bea.wlai.client   
 

Uses of SchemaException in com.bea.wlai.client
 

Methods in com.bea.wlai.client that throw SchemaException
 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.
 void SchemaManager.updateSchema(ISchemaDescriptor aSchemaDescriptor)
          Update the schema with given by the schema descriptor.
 boolean SchemaManager.exists(QualifiedName aQualifiedName)
          Determine whether the schema represented by a qualified name exists in the repository.
 


WebLogic Integration

WebLogic Integration (WLI)