jar

io.fabric8.examples : camel-webservice-example

Maven & Gradle

May 20, 2014

Camel Webservice - Customers Example · Camel example exposing a webservice to add or get Customers (backend is mocked in a bean)

Table Of Contents

Latest Version

Download io.fabric8.examples : camel-webservice-example JAR file - Latest Versions:

All Versions

Download io.fabric8.examples : camel-webservice-example JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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-webservice-example-1.1.0.Beta6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.fabric8.example

├─ io.fabric8.example.Customer.class - [JAR]

├─ io.fabric8.example.CustomerService.class - [JAR]

├─ io.fabric8.example.CustomerService_Service.class - [JAR]

├─ io.fabric8.example.CustomerType.class - [JAR]

├─ io.fabric8.example.GetAllCustomersResponse.class - [JAR]

├─ io.fabric8.example.GetCustomerByName.class - [JAR]

├─ io.fabric8.example.GetCustomerByNameResponse.class - [JAR]

├─ io.fabric8.example.NoSuchCustomer.class - [JAR]

├─ io.fabric8.example.NoSuchCustomerFault.class - [JAR]

├─ io.fabric8.example.NotAuthorizedUser.class - [JAR]

├─ io.fabric8.example.NotAuthorizedUserFault.class - [JAR]

├─ io.fabric8.example.ObjectFactory.class - [JAR]

├─ io.fabric8.example.SaveCustomer.class - [JAR]

├─ io.fabric8.example.package-info.class - [JAR]

io.fabric8.example.camel.webservice

├─ io.fabric8.example.camel.webservice.CustomerServiceBean.class - [JAR]

├─ io.fabric8.example.camel.webservice.FromWStoCustomerService.class - [JAR]