Adding a port to a Service - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-29
Available in...

Cloud API Services Platform

Cloud Data Fabric

Data Fabric

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

About this task

A port defines an individual endpoint by specifying a single address for a binding. The port contains a Binding attribute that references a binding and an address element that provides a specification for the endpoint.

Services are used to group sets of related ports together. Ports within a Service have the following relationship:

  • None of the ports communicate with each other (for example, the output of one port is not the input of another).
  • If a Service has several ports that share a port type, but employ different bindings or addresses, the ports are alternatives. Each port provides semantically equivalent behavior (within the transport and message format limitations imposed by each binding).
  • You can determine a Service's port types by examining its ports. Using this information, a user can determine if a given machine supports all the operations needed to complete a given task.

Procedure

  1. In the design workspace, right-click the Service you want to add a port to and select Add Port in the contextual menu.
  2. The Port Wizard displays. Fill in the Name for the port. The name of the port must be unique among all the ports defined within the Service.
    Port Wizard.
  3. Select a Binding for the port. For more information on how to set a binding, see Setting a binding.
  4. Select a Protocol for the port from the Protocol list and enter the address of the port into the Address field that appears.
    Port Wizard.
  5. Click Finish to validate the creation. The port is added to the Service and its Properties view displays.
    Properties view of the port.
  6. To select the new port, click the port in the service object. You can change the information you entered about this port any time in the General tab of its Properties view.
  7. Type any information about the port you want the user to read in the Documentation tab of the Properties view.
    Properties view of the port.
  8. To manage extensions, click the Extensions tab. You can either add, sort, or remove extensions.

Results

You can create a new binding for your port or re-use an existing one. A binding defines the message format and protocol details for operations and messages defined by a particular port type. For more information, see Setting a binding.