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 NoSuchCustomer
ObjectFactory. createNoSuchCustomer()
Create an instance ofNoSuchCustomer
NoSuchCustomer
NoSuchCustomerException. getFaultInfo()
Methods in com.example.customerservice that return types with arguments of type NoSuchCustomer Modifier and Type Method Description JAXBElement<NoSuchCustomer>
ObjectFactory. createNoSuchCustomer(NoSuchCustomer value)
Methods in com.example.customerservice with parameters of type NoSuchCustomer Modifier and Type Method Description 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)
-