ESB Document 5.x

cFile – Docs for ESB 5.x

cFile cFile properties Component Family Messaging Function cFile provides access to file systems. Purpose cFile allows files to be processed by any other Camel components or messages from other components to be saved to disk. Basic settings Path Path to the file or files to be accessed or saved.   Parameters/Noop Select this check box…

cFtp – Docs for ESB 5.x

cFtp cFtp properties Component Family Messaging Function cFtp provides access to remote file systems over the FTP, FTPS and SFTP protocols. Purpose cFtp allows data exchange over remote file systems. Basic settings Parameters/type Select the file transfer protocol, ftp or sftp, ftps.   Parameters/server Type in the remote server address to be accessed.   Parameters/port…

Chapter 2. Exception components – Docs for ESB 5.x

Chapter 2. Exception components This chapter details the major components that you can find in the Exception family from the Palette of the Mediation perspective of Talend Studio. The Exception family groups components that are dedicated to exception handling of Routes. Document get from Talend https://help.talend.com Thank you for watching.

Chapter 3. Messaging components – Docs for ESB 5.x

Chapter 3. Messaging components This chapter details the major components that you can find in the Messaging family from the Palette of the Mediation perspective of Talend Studio. The Messaging family groups components that provide access to messaging endpoints, file systems, repository of code, and so on. Document get from Talend https://help.talend.com Thank you for watching.

cJMS – Docs for ESB 5.x

cJMS cJMS properties Component Family Messaging Function cJMS sends messages to, or consumes messages from, a JMS Queue or Topic. Purpose cJMS is used to exchange messages between a Route and a JMS provider.   URI/Type Select the messaging type, either queue or topic.   URI/Destination Type in a name for the JMS queue or…

cJavaDSLProcessor – Docs for ESB 5.x

cJavaDSLProcessor cJavaDSLProcessor properties Component Family Processor Function cJavaDSLProcessor implements producers and consumers of message exchanges or implements a Message Translator using the Java Domain Specific Language (DSL). Purpose cJavaDSLProcessor can be usable for quickly whirling up some code using Java DSL. If the code in the inner class gets a bit more complicated it is…

cAggregate – Docs for ESB 5.x

cAggregate cAggregate Component Family Routing Function cAggregate aggregates messages together according to specified conditions. Purpose cAggregate allows you to combine a number of messages together into a single message. Basic settings   Language Select the language of the expression you want to use to filter your messages, from None, Constant, CorrelationID, Header, Property, Simple and…

cBean – Docs for ESB 5.x

cBean cBean properties Component Family Processor Function cBean invokes a Java bean that is stored in the Code node of the Repository or registered by a cBeanRegister. Purpose cBean allows you to call a predefined Java bean. Basic settings Reference Select this option to reference a Java bean registered by a cBeanRegister. In the Id…

cConvertBodyTo – Docs for ESB 5.x

cConvertBodyTo cConvertBodyTo properties Component Family Transformation Function cConvertBodyTo converts the message body to the given class type. Purpose cConvertBodyTo is used to change the class type of the message body. Basic settings Target Class Name Enter the name of the class type that you want to convert the message body to. Usage cConvertBodyTo is used…

cCXF – Docs for ESB 5.x

cCXF cCXF properties Component Family Messaging Function cCXF provides integration with Apache CXF for connecting to JAX-WS services. Purpose cCXF is used to provide or consume Web services. Basic settings Service/Address The service endpoint URL where the Web service is provided. In case cCXF is used to consume a Web service and the endpoint lookup…