Package commonj.connector.metadata.discovery.properties.extensions

This package defines extensions to the property description interfaces that must be implemented by an EMD service provider.

See:
          Description

Interface Summary
BindingTypeProperty A property interface for browsing or selecting a configured DataBinding, DataBindingGenerator, DataHandler, or FunctionSelector.
FileProperty A property interface for browsing or selecting a single file.
FolderProperty A property interface for browsing or selecting a single folder.
JavaTypeProperty A property interface for browsing or selecting a single Java type.
MultiFileProperty A property interface for browsing or selecting multiple files.
MultiFolderProperty A property interface for browsing or selecting multiple folders.
MultiJavaTypeProperty A property interface for browsing or selecting multiple Java types.
MultiSchemaTypeProperty A property interface for browsing or selecting multiple schema global complex types or global elements with complex types.
SchemaTypeProperty A property interface for browsing or selecting a schema global complex type or global element with a complex type.
 

Class Summary
BindingTypeBeanProperty Marker class that must be used by the JavaBean for configured properties of a FunctionSelector, DataBinding, or DataHandler for any property that references a nested FunctionSelector, DataBinding, or DataHandler.
 

Package commonj.connector.metadata.discovery.properties.extensions Description

This package defines extensions to the property description interfaces that must be implemented by an EMD service provider. The interfaces enable a tool environment to render required properties within its user interface. File, folder, Java, schema and binding type properties, that are needed as user input by the EMD service provider, must be defined using the API's provided in this package.

Related Documentation

For overviews and further documentation please see: