Uses of Class
com.example.customerservice.NoSuchCustomer

Packages that use NoSuchCustomer
com.example.customerservice   
 

Uses of NoSuchCustomer in com.example.customerservice
 

Methods in com.example.customerservice that return NoSuchCustomer
 NoSuchCustomer ObjectFactory.createNoSuchCustomer()
          Create an instance of NoSuchCustomer
 NoSuchCustomer NoSuchCustomerException.getFaultInfo()
           
 

Methods in com.example.customerservice that return types with arguments of type NoSuchCustomer
 JAXBElement<NoSuchCustomer> ObjectFactory.createNoSuchCustomer(NoSuchCustomer value)
          Create an instance of JAXBElement<NoSuchCustomer>}
 

Methods in com.example.customerservice with parameters of type NoSuchCustomer
 JAXBElement<NoSuchCustomer> ObjectFactory.createNoSuchCustomer(NoSuchCustomer value)
          Create an instance of JAXBElement<NoSuchCustomer>}
 

Constructors in com.example.customerservice with parameters of type NoSuchCustomer
NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)
           
NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
           
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.