jar

org.wso2.am : org.wso2.am.integration.backend.service

Maven & Gradle

Mar 11, 2023
1 usages
722 stars

WSO2 API Manager - RestFul Backend Module for Integration Tests

Table Of Contents

Latest Version

Download org.wso2.am : org.wso2.am.integration.backend.service JAR file - Latest Versions:

All Versions

Download org.wso2.am : org.wso2.am.integration.backend.service JAR file - All Versions:

Version Vulnerabilities Size Updated
4.2.x
4.1.x
4.0.x
3.2.x
3.1.x
3.0.x
2.6.x
2.5.x
2.2.x
2.1.x
2.0.x
1.10.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 org.wso2.am.integration.backend.service-4.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.wso2.am.integration.services.jaxrs.peoplesample

├─ org.wso2.am.integration.services.jaxrs.peoplesample.AppConfig.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.peoplesample.JaxRsApiApplication.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.peoplesample.PeopleRestService.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.peoplesample.PeopleService.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.peoplesample.Starter.class - [JAR]

org.wso2.am.integration.services.jaxrs.customersample

├─ org.wso2.am.integration.services.jaxrs.customersample.CustomerConfig.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.customersample.CustomerService.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.customersample.JaxRsApiApplication.class - [JAR]

org.wso2.am.integration.services.jaxrs.coffeesample.bean

├─ org.wso2.am.integration.services.jaxrs.coffeesample.bean.Customer.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.coffeesample.bean.Order.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.coffeesample.bean.Payment.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.coffeesample.bean.PaymentStatus.class - [JAR]

org.wso2.am.integration.services.jaxrs.customersample.bean

├─ org.wso2.am.integration.services.jaxrs.customersample.bean.Customer.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.customersample.bean.Order.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.customersample.bean.Product.class - [JAR]

org.wso2.am.integration.services.jaxrs.coffeesample

├─ org.wso2.am.integration.services.jaxrs.coffeesample.CoffeeConfig.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.coffeesample.JaxRsApiApplication.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.coffeesample.OrderReader.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.coffeesample.StarbucksOutletService.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.coffeesample.StarbucksOutletServiceImpl.class - [JAR]

org.wso2.am.integration.services.jaxrs.peoplesample.bean

├─ org.wso2.am.integration.services.jaxrs.peoplesample.bean.Person.class - [JAR]

org.wso2.am.integration.services.jaxrs.peoplesample.exceptions

├─ org.wso2.am.integration.services.jaxrs.peoplesample.exceptions.PersonAlreadyExistsException.class - [JAR]

├─ org.wso2.am.integration.services.jaxrs.peoplesample.exceptions.PersonNotFoundException.class - [JAR]

Advertisement