Uses of Class
org.apache.cxf.customer.Customer

Packages that use Customer
org.apache.cxf.customer Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.cxf.customer.bare Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.cxf.customer.wraped Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Customer in org.apache.cxf.customer
 

Methods in org.apache.cxf.customer that return types with arguments of type Customer
 java.util.Collection<Customer> Customers.getCustomer()
           
 

Method parameters in org.apache.cxf.customer with type arguments of type Customer
 void Customers.setCustomer(java.util.Collection<Customer> c)
           
 

Uses of Customer in org.apache.cxf.customer.bare
 

Methods in org.apache.cxf.customer.bare that return Customer
 Customer CustomerService.getCustomer(GetCustomer getCustomer)
           
 

Methods in org.apache.cxf.customer.bare with parameters of type Customer
 void CustomerService.addCustomer(Customer c)
           
 void CustomerService.updateCustomer(Customer c)
           
 

Uses of Customer in org.apache.cxf.customer.wraped
 

Methods in org.apache.cxf.customer.wraped that return Customer
 Customer CustomerService.getCustomer(java.lang.Long id)
           
 

Methods in org.apache.cxf.customer.wraped with parameters of type Customer
 void CustomerService.addCustomer(Customer c)
           
 void CustomerService.updateCustomer(java.lang.String id, Customer c)
           
 



Apache CXF