- getCustomer(String) - Method in class io.fabric8.quickstarts.cxfcdi.CustomerService
-
This method is mapped to an HTTP GET of 'http://localhost:8181/cxf/crm/customerservice/customers/{id}'.
- getDescription() - Method in class io.fabric8.quickstarts.cxfcdi.Order
-
- getDescription() - Method in class io.fabric8.quickstarts.cxfcdi.Product
-
- getId() - Method in class io.fabric8.quickstarts.cxfcdi.Customer
-
- getId() - Method in class io.fabric8.quickstarts.cxfcdi.Order
-
- getId() - Method in class io.fabric8.quickstarts.cxfcdi.Product
-
- getName() - Method in class io.fabric8.quickstarts.cxfcdi.Customer
-
- getOrder(String) - Method in class io.fabric8.quickstarts.cxfcdi.CustomerService
-
This method is mapped to an HTTP GET of 'http://localhost:8181/cxf/crm/customerservice/orders/{id}'.
- getProduct(int) - Method in class io.fabric8.quickstarts.cxfcdi.Order
-
This method is mapped to an HTTP GET of 'products/{productId}', relative to the URL that point to this Order resource
itself.
- getSingletons() - Method in class io.fabric8.quickstarts.cxfcdi.CxfCdiApplication
-
- getThisOrder() - Method in class io.fabric8.quickstarts.cxfcdi.Order
-
This method is mapped to an HTTP GET of '/', relative to the URL that point to this Order resource itself.