A C D G M O P S U

A

addCustomer(Customer) - Method in class org.fusesource.examples.cxf.jaxrs.security.CustomerService
Using HTTP POST, we can add a new customer to the system by uploading the XML representation for the customer.

C

Client - Class in org.fusesource.examples.cxf.jaxrs.security.client
 
Customer - Class in org.fusesource.examples.cxf.jaxrs.security
The Customer class is just a plain old java object, with a few properties and getters and setters.
Customer() - Constructor for class org.fusesource.examples.cxf.jaxrs.security.Customer
 
CustomerService - Class in org.fusesource.examples.cxf.jaxrs.security
This Java class with be hosted in the URI path defined by the @Path annotation.
CustomerService() - Constructor for class org.fusesource.examples.cxf.jaxrs.security.CustomerService
 

D

deleteCustomer(String) - Method in class org.fusesource.examples.cxf.jaxrs.security.CustomerService
This method is mapped to an HTTP DELETE of 'http://localhost:8181/cxf/crm/customerservice/customers/{id}'.

G

getCustomer(String) - Method in class org.fusesource.examples.cxf.jaxrs.security.CustomerService
This method is mapped to an HTTP GET of 'http://localhost:8181/cxf/crm/customerservice/customers/{id}'.
getDescription() - Method in class org.fusesource.examples.cxf.jaxrs.security.Order
 
getDescription() - Method in class org.fusesource.examples.cxf.jaxrs.security.Product
 
getId() - Method in class org.fusesource.examples.cxf.jaxrs.security.Customer
 
getId() - Method in class org.fusesource.examples.cxf.jaxrs.security.Order
 
getId() - Method in class org.fusesource.examples.cxf.jaxrs.security.Product
 
getName() - Method in class org.fusesource.examples.cxf.jaxrs.security.Customer
 
getOrder(String) - Method in class org.fusesource.examples.cxf.jaxrs.security.CustomerService
This method is mapped to an HTTP GET of 'http://localhost:8181/cxf/crm/customerservice/orders/{id}'.
getProduct(int) - Method in class org.fusesource.examples.cxf.jaxrs.security.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.fusesource.examples.cxf.jaxrs.security.Order
This method is mapped to an HTTP GET of '/', relative to the URL that point to this Order resource itself.

M

main(String[]) - Static method in class org.fusesource.examples.cxf.jaxrs.security.client.Client
 

O

Order - Class in org.fusesource.examples.cxf.jaxrs.security
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 org.fusesource.examples.cxf.jaxrs.security.Order
 
org.fusesource.examples.cxf.jaxrs.security - package org.fusesource.examples.cxf.jaxrs.security
 
org.fusesource.examples.cxf.jaxrs.security.client - package org.fusesource.examples.cxf.jaxrs.security.client
 

P

Product - Class in org.fusesource.examples.cxf.jaxrs.security
The Product class is just a plain old java object, with a few properties and getters and setters.
Product() - Constructor for class org.fusesource.examples.cxf.jaxrs.security.Product
 

S

setDescription(String) - Method in class org.fusesource.examples.cxf.jaxrs.security.Order
 
setDescription(String) - Method in class org.fusesource.examples.cxf.jaxrs.security.Product
 
setId(long) - Method in class org.fusesource.examples.cxf.jaxrs.security.Customer
 
setId(long) - Method in class org.fusesource.examples.cxf.jaxrs.security.Order
 
setId(long) - Method in class org.fusesource.examples.cxf.jaxrs.security.Product
 
setName(String) - Method in class org.fusesource.examples.cxf.jaxrs.security.Customer
 

U

updateCustomer(Customer) - Method in class org.fusesource.examples.cxf.jaxrs.security.CustomerService
Using HTTP PUT, we can can upload the XML representation of a customer object.

A C D G M O P S U

Copyright © 2012 FuseSource. All Rights Reserved.