|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OutputParameterMapping
This interface defines the output data mapping of a connector endpoint. It describes the data type that a connector supports, as well as how to map the connector data into the target service's operation argument.
If the mapping type is a variable mapping type, the value of the output data mapping would be the XPath expression of the connector variable.
| Field Summary | |
|---|---|
static java.lang.String |
COLLECTION_ATTRIBUTE
Represents a collection attribute. |
static java.lang.String |
VARIABLE_MAPPING_ATTRIBUTE
Represents a variable attribute. |
| Method Summary | |
|---|---|
java.util.Map |
getAttributes()
Retrieves the attributes or metadata specific to this endpoint's connector. |
java.lang.String |
getMappingValue()
Returns the mapping value of this parameter mapping. |
java.lang.String |
getOutputParameterName()
Retrieves the operation's output parameter name. |
PropertyEditor |
getPropertyEditor()
Retrieves a PropertyEditor object that optionally references a
PropertyEditorComponent
to use for editing or viewing this parameter data mapping. |
java.lang.String |
getPropertyEditorId()
Retrieves a PropertyEditor identifier
value that references a
PropertyEditorComponent
to use for editing or viewing of this parameter data mapping. |
java.lang.String |
getType()
Retrieves the data type for this parameter. |
| Field Detail |
|---|
static final java.lang.String COLLECTION_ATTRIBUTE
static final java.lang.String VARIABLE_MAPPING_ATTRIBUTE
| Method Detail |
|---|
java.lang.String getOutputParameterName()
java.lang.String getType()
java.util.Map getAttributes()
java.util.Map containing the attributes or metadata specific to this endpoint's connector.java.lang.String getMappingValue()
java.lang.String getPropertyEditorId()
PropertyEditor identifier
value that references a
PropertyEditorComponent
to use for editing or viewing of this parameter data mapping.
PropertyEditor object A property editor identifier.PropertyEditor getPropertyEditor()
PropertyEditor object that optionally references a
PropertyEditorComponent
to use for editing or viewing this parameter data mapping.
PropertyEditor object that is used to edit or view this parameter data mapping.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||