Uses of Class
com.example.customerservice.NoSuchCustomer
-
Packages that use NoSuchCustomer Package Description com.example.customerservice -
-
Uses of NoSuchCustomer in com.example.customerservice
Methods in com.example.customerservice that return NoSuchCustomer Modifier and Type Method Description NoSuchCustomerObjectFactory. createNoSuchCustomer()Create an instance ofNoSuchCustomerNoSuchCustomerNoSuchCustomerException. getFaultInfo()Methods in com.example.customerservice that return types with arguments of type NoSuchCustomer Modifier and Type Method Description javax.xml.bind.JAXBElement<NoSuchCustomer>ObjectFactory. createNoSuchCustomer(NoSuchCustomer value)Methods in com.example.customerservice with parameters of type NoSuchCustomer Modifier and Type Method Description javax.xml.bind.JAXBElement<NoSuchCustomer>ObjectFactory. createNoSuchCustomer(NoSuchCustomer value)Constructors in com.example.customerservice with parameters of type NoSuchCustomer Constructor Description NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
-