jar

io.operon : camel-operon

Maven & Gradle

Aug 18, 2023
0 stars

Camel Operon Component · Camel-operon is a camel-component for running Operon from Camel routes. It is also possible to call Camel routes from Operon. Operon is a programming language which can be easily embedded with JVM-based languages (Java, Scala, Groovy, Kotlin, Clojure, etc.) or run standalone with the native-version. Operon is especially great for transforming and handling JSON-data.

Table Of Contents

Latest Version

Download io.operon : camel-operon JAR file - Latest Versions:

All Versions

Download io.operon : camel-operon JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window camel-operon-0.9.15.1-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.operon.camel.model.exception

├─ io.operon.camel.model.exception.ModuleNotFoundException.class - [JAR]

├─ io.operon.camel.model.exception.ModuleParseException.class - [JAR]

├─ io.operon.camel.model.exception.UnsupportedMimeTypeException.class - [JAR]

io.operon.camel.function

├─ io.operon.camel.function.ProducerTemplateFunc.class - [JAR]

io.operon.camel.language.model

├─ io.operon.camel.language.model.OperonExpression.class - [JAR]

io.operon.camel.util

├─ io.operon.camel.util.QueryLoadUtil.class - [JAR]

io.operon.camel

├─ io.operon.camel.CamelOperonComponent.class - [JAR]

├─ io.operon.camel.CamelOperonComponentConfigurer.class - [JAR]

├─ io.operon.camel.CamelOperonConsumer.class - [JAR]

├─ io.operon.camel.CamelOperonEndpoint.class - [JAR]

├─ io.operon.camel.CamelOperonEndpointConfigurer.class - [JAR]

├─ io.operon.camel.CamelOperonEndpointUriFactory.class - [JAR]

├─ io.operon.camel.CamelOperonProducer.class - [JAR]

├─ io.operon.camel.OperonProcessor.class - [JAR]

io.operon.camel.model

├─ io.operon.camel.model.CamelOperonHeaders.class - [JAR]

├─ io.operon.camel.model.CamelOperonMimeTypes.class - [JAR]

io.operon.camel.language

├─ io.operon.camel.language.CamelOperonLanguage.class - [JAR]

├─ io.operon.camel.language.Operon.class - [JAR]

├─ io.operon.camel.language.OperonExpression.class - [JAR]

├─ io.operon.camel.language.OperonRouteBuilder.class - [JAR]