Generated code - 8.0

Talend ESB Service Developer Guide

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2023-11-06

Table1 describes the files generated for creating a service.

Table 1: Generated Classes for a Service

File

Description

portTypeName.java

The SEI. This file contains the interface your service implements. You should not edit this file.

serviceName.java

The endpoint. This file contains the Java class your clients will use to make requests on the service.

portTypeNameImpl.java

The skeleton implementation class. You will modify this file to implement your service.

portTypeName_portTypeName... ImplPort_Server.java

A basic server main() that allows you to deploy your service as a stand alone process.