Package commonj.connector.metadata.description

This package defines service description interfaces that must be implemented by an EMD service provider.

See:
          Description

Interface Summary
BindingDescription Describes a configured DataBinding, DataBindingGenerator, DataHandler or FunctionSelector that is provided by the adapter.
DataBindingDescription DataBindingDescription is used to describe the output of a DataBindingGenerator, specifying if it is a top level object, whether service data objects are used, and the definition of the DataBinding (the class name and its content).
DataBindingGenerator Generator supplied by the Metadata Discovery service that generates a DataBinding or Record from the schema definition for input and output.
DataDescription Describes a data element that can be used as a request, response, or notification payload for a FunctionDescription.
DataFile The DataFile interface is used for storing any additional files that the service may require.
FaultDataDescription  
FaultDescription  
FunctionDescription The FunctionDescription interface provides the definition of a function for an inbound or outbound service.
InboundFunctionDescription The InboundFunctionDescription interface provides a definition of a function representing an inbound communication to an application server from an EIS instance.
InboundServiceDescription Describes a service for inbound communication from the EIS to the application server.
OutboundFunctionDescription Represents a definition of a function for outbound communication from an application server to an EIS.
OutboundServiceDescription Describes a service using outbound communication from the application server to invoke functions in an EIS.
SchemaDefinition The SchemaDefinition interface provides the information required for serializing the schema defining the input or output of a function.
ServiceDescription Describes an interface to EIS functionality.
 

Package commonj.connector.metadata.description Description

This package defines service description interfaces that must be implemented by an EMD service provider. The service provider creates the service description based on the objects configured in the MetadataSelection. Tool environments are responsible for generating meaningful artifacts from the service description.

Related Documentation

For overviews and further documentation please see: