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