A C D G I M O P S U 

A

addCustomer(Customer) - Method in class io.fabric8.quickstarts.cxfcdi.CustomerService
Using HTTP POST, we can add a new customer to the system by uploading the XML representation for the customer.
ApplicationStarter - Class in io.fabric8.quickstarts.cxfcdi
 

C

Customer - Class in io.fabric8.quickstarts.cxfcdi
The Customer class is just a plain old java object, with a few properties and getters and setters.
Customer() - Constructor for class io.fabric8.quickstarts.cxfcdi.Customer
 
CustomerService - Class in io.fabric8.quickstarts.cxfcdi
This Java class with be hosted in the URI path defined by the @Path annotation.
CustomerService() - Constructor for class io.fabric8.quickstarts.cxfcdi.CustomerService
 
CxfCdiApplication - Class in io.fabric8.quickstarts.cxfcdi
 
CxfCdiApplication() - Constructor for class io.fabric8.quickstarts.cxfcdi.CxfCdiApplication
 

D

deleteCustomer(String) - Method in class io.fabric8.quickstarts.cxfcdi.CustomerService
This method is mapped to an HTTP DELETE of 'http://localhost:8181/cxf/crm/customerservice/customers/{id}'.

G

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.

I

io.fabric8.quickstarts.cxfcdi - package io.fabric8.quickstarts.cxfcdi
Copyright 2005-2014 Red Hat, Inc.

M

main(String[]) - Static method in class io.fabric8.quickstarts.cxfcdi.ApplicationStarter
 

O

Order - Class in io.fabric8.quickstarts.cxfcdi
The Order class is not only a plain old java object, with a few properties and getters and setters, but it also defines a sub-resource for the Order returned by CustomerService.
Order() - Constructor for class io.fabric8.quickstarts.cxfcdi.Order
 

P

Product - Class in io.fabric8.quickstarts.cxfcdi
The Product class is just a plain old java object, with a few properties and getters and setters.
Product() - Constructor for class io.fabric8.quickstarts.cxfcdi.Product
 

S

setDescription(String) - Method in class io.fabric8.quickstarts.cxfcdi.Order
 
setDescription(String) - Method in class io.fabric8.quickstarts.cxfcdi.Product
 
setId(long) - Method in class io.fabric8.quickstarts.cxfcdi.Customer
 
setId(long) - Method in class io.fabric8.quickstarts.cxfcdi.Order
 
setId(long) - Method in class io.fabric8.quickstarts.cxfcdi.Product
 
setMessageContext(MessageContext) - Method in class io.fabric8.quickstarts.cxfcdi.CustomerService
 
setName(String) - Method in class io.fabric8.quickstarts.cxfcdi.Customer
 

U

updateCustomer(Customer) - Method in class io.fabric8.quickstarts.cxfcdi.CustomerService
Using HTTP PUT, we can can upload the XML representation of a customer object.
A C D G I M O P S U 

Copyright © 2014 Red Hat. All Rights Reserved.