|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceDescription
Describes an interface to EIS functionality. This interface is the base interface for the InboundServiceDescription and OutboundServiceDescription interfaces.
InboundServiceDescription
,
OutboundServiceDescription
Method Summary | |
---|---|
BindingDescription[] |
getBindingDescription()
A service description can list DataBindings and FunctionSelector it uses or refer to them by name, and have them defined and configured in a BindingRegistry. |
String |
getComment()
Contains a description of the service populated from information in the EIS. |
FunctionDescription[] |
getFunctionDescriptions()
Returns an array of FunctionDescription instances representing the functions (or rather descriptions of the functions) of this service. |
OutboundConnectionConfiguration |
getMetadataConnectionConfiguration()
Returns the metadata connection configuration associated with this service description. |
PropertyGroup |
getMetadataSelectionProperties()
Returns the configuration properties of the MetadataSelection. |
String |
getName()
If the discovery service can determine a meaningful name for the service then it should populate this field with the value. |
Method Detail |
---|
String getName()
null
- Returns:
- Returns a default name for the service or
null
if the Discovery Service
cannot determine a meaningful default name.
FunctionDescription[] getFunctionDescriptions()
String getComment()
null
can be
returned.
This is a locale specific object that should be separated and translated in the EIS, and retrieved using the locale of the tool environment.
null
.OutboundConnectionConfiguration getMetadataConnectionConfiguration()
null
as you cannot create a service description without first
opening a metadata connection.PropertyGroup getMetadataSelectionProperties()
null
is returned.MetadataSelection.createSelectionProperties()
BindingDescription[] getBindingDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |