jar

org.apache.camel : camel-example-cxf-async

Maven & Gradle

Feb 11, 2010
1 usages

Camel :: Example :: CXF :: Asynchronous request reply · A client-server example using CXF webservice which is using non blocking asynchronous request/reply

Table Of Contents

Latest Version

Download org.apache.camel : camel-example-cxf-async JAR file - Latest Versions:

All Versions

Download org.apache.camel : camel-example-cxf-async JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.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-example-cxf-async-2.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.camel.example.reportincident

├─ org.apache.camel.example.reportincident.InputReportIncident.class - [JAR]

├─ org.apache.camel.example.reportincident.ObjectFactory.class - [JAR]

├─ org.apache.camel.example.reportincident.OutputReportIncident.class - [JAR]

├─ org.apache.camel.example.reportincident.ReportIncidentEndpoint.class - [JAR]

├─ org.apache.camel.example.reportincident.ReportIncidentEndpointService.class - [JAR]

├─ org.apache.camel.example.reportincident.package-info.class - [JAR]

org.apache.camel.example.server

├─ org.apache.camel.example.server.IncidentBean.class - [JAR]

org.apache.camel.example.client

├─ org.apache.camel.example.client.CamelClient.class - [JAR]

├─ org.apache.camel.example.client.LogResponseBean.class - [JAR]