|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InboundFunctionDescription
In build scenario when FunctionBuilder.updateFunctionDescription
is invoked, allow the adapter to update the InboundFunctionDescription.
All InboundFunctionDescriptions provided by the tool in the build scenario must implement this interface.
InboundFunctionDescription
Method Summary | |
---|---|
void |
setEISFunctionName(String EISFunctionName)
Sets a string value that maps the inbound message to this function. |
void |
setName(String name)
Sets the name of the method. |
Methods inherited from interface commonj.connector.metadata.description.InboundFunctionDescription |
---|
getEISFunctionName |
Methods inherited from interface commonj.connector.metadata.description.FunctionDescription |
---|
getComment, getImportConfiguration, getInputDataDescription, getName, getOutputDataDescription |
Method Detail |
---|
void setName(String name)
name
- is the name of the method.void setEISFunctionName(String EISFunctionName)
EISFunctionName
- is a key string which is used to map the
incoming message to this function. The value must not be null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |