A C D G M O P S U 

A

addCustomer(Customer) - Method in class org.apache.servicemix.examples.cxf.jaxrs.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.apache.servicemix.examples.cxf.jaxrs.client
 
Customer - Class in org.apache.servicemix.examples.cxf.jaxrs
 
Customer() - Constructor for class org.apache.servicemix.examples.cxf.jaxrs.Customer
 
CustomerService - Class in org.apache.servicemix.examples.cxf.jaxrs
This Java class with be hosted in the URI path defined by the @Path annotation.
CustomerService() - Constructor for class org.apache.servicemix.examples.cxf.jaxrs.CustomerService
 

D

deleteCustomer(String) - Method in class org.apache.servicemix.examples.cxf.jaxrs.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.apache.servicemix.examples.cxf.jaxrs.CustomerService
This method is mapped to an HTTP GET of 'http://localhost:8181/cxf/crm/customerservice/customers/{id}'.
getDescription() - Method in class org.apache.servicemix.examples.cxf.jaxrs.Order
 
getDescription() - Method in class org.apache.servicemix.examples.cxf.jaxrs.Product
 
getId() - Method in class org.apache.servicemix.examples.cxf.jaxrs.Customer
 
getId() - Method in class org.apache.servicemix.examples.cxf.jaxrs.Order
 
getId() - Method in class org.apache.servicemix.examples.cxf.jaxrs.Product
 
getName() - Method in class org.apache.servicemix.examples.cxf.jaxrs.Customer
 
getOrder(String) - Method in class org.apache.servicemix.examples.cxf.jaxrs.CustomerService
This method is mapped to an HTTP GET of 'http://localhost:8181/cxf/crm/customerservice/orders/{id}'.
getProduct(int) - Method in class org.apache.servicemix.examples.cxf.jaxrs.Order
 

M

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

O

Order - Class in org.apache.servicemix.examples.cxf.jaxrs
 
Order() - Constructor for class org.apache.servicemix.examples.cxf.jaxrs.Order
 
org.apache.servicemix.examples.cxf.jaxrs - package org.apache.servicemix.examples.cxf.jaxrs
 
org.apache.servicemix.examples.cxf.jaxrs.client - package org.apache.servicemix.examples.cxf.jaxrs.client
 

P

Product - Class in org.apache.servicemix.examples.cxf.jaxrs
 
Product() - Constructor for class org.apache.servicemix.examples.cxf.jaxrs.Product
 

S

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

U

updateCustomer(Customer) - Method in class org.apache.servicemix.examples.cxf.jaxrs.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 © 2005–2014 The Apache Software Foundation. All rights reserved.