Uses of Class
org.apache.cxf.customer.Customer
-
Packages that use Customer Package Description 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 Modifier and Type Method Description Collection<Customer>Customers. getCustomer()Method parameters in org.apache.cxf.customer with type arguments of type Customer Modifier and Type Method Description voidCustomers. setCustomer(Collection<Customer> c) -
Uses of Customer in org.apache.cxf.customer.bare
Methods in org.apache.cxf.customer.bare that return Customer Modifier and Type Method Description CustomerCustomerService. getCustomer(GetCustomer getCustomer)Methods in org.apache.cxf.customer.bare with parameters of type Customer Modifier and Type Method Description voidCustomerService. addCustomer(Customer c)voidCustomerService. updateCustomer(Customer c) -
Uses of Customer in org.apache.cxf.customer.wraped
Methods in org.apache.cxf.customer.wraped that return Customer Modifier and Type Method Description CustomerCustomerService. getCustomer(Long id)Methods in org.apache.cxf.customer.wraped with parameters of type Customer Modifier and Type Method Description voidCustomerService. addCustomer(Customer c)voidCustomerService. updateCustomer(String id, Customer c)
-