commonj.connector.metadata.build.tool
Interface InboundFunctionDescription

All Superinterfaces:
FunctionDescription, InboundFunctionDescription

public interface InboundFunctionDescription
extends 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.

Since:
1.1
See Also:
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

setName

void setName(String name)
Sets the name of the method. In a service description each function name must be unique. Function overloading is not allowed.

Parameters:
name - is the name of the method.

setEISFunctionName

void setEISFunctionName(String EISFunctionName)
Sets a string value that maps the inbound message to this function.

Parameters:
EISFunctionName - is a key string which is used to map the incoming message to this function. The value must not be null.