Package com.tibco.ep.tcs.runtime.config
Interface IExportedEndpoints
-
public interface IExportedEndpointsAn interface describing a set of exported input and output endpoints belonging to a flow.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModuleBlockPort[]getInputs()Return an array of exported input endpoints.IModuleBlockPort[]getOutputs()Return an array of exported output endpoints.
-
-
-
Method Detail
-
getInputs
IModuleBlockPort[] getInputs()
Return an array of exported input endpoints.
- Returns:
- inputs
-
getOutputs
IModuleBlockPort[] getOutputs()
Return an array of exported output endpoints.
- Returns:
- outputs
-
-