org.apache.cxf.customer.bare
Class CustomerService

java.lang.Object
  extended by org.apache.cxf.customer.bare.CustomerService

public class CustomerService
extends java.lang.Object


Constructor Summary
CustomerService()
           
 
Method Summary
 void addCustomer(Customer c)
           
 void deleteCustomer(long id)
           
 Customer getCustomer(GetCustomer getCustomer)
           
 Customers getCustomers(GetCustomers req)
           
 java.lang.String getSomeDetails(GetCustomer getCustomer)
           
 void updateCustomer(Customer c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerService

public CustomerService()
Method Detail

getCustomers

public Customers getCustomers(GetCustomers req)

getCustomer

public Customer getCustomer(GetCustomer getCustomer)
                     throws CustomerNotFoundFault
Throws:
CustomerNotFoundFault

getSomeDetails

public java.lang.String getSomeDetails(GetCustomer getCustomer)
                                throws CustomerNotFoundFault
Throws:
CustomerNotFoundFault

updateCustomer

public void updateCustomer(Customer c)

addCustomer

public void addCustomer(Customer c)

deleteCustomer

public void deleteCustomer(long id)


Apache CXF