Uses of Class
org.apache.camel.quarkus.component.soap.it.service.NoSuchCustomer
-
Packages that use NoSuchCustomer Package Description org.apache.camel.quarkus.component.soap.it.service -
-
Uses of NoSuchCustomer in org.apache.camel.quarkus.component.soap.it.service
Methods in org.apache.camel.quarkus.component.soap.it.service that return NoSuchCustomer Modifier and Type Method Description NoSuchCustomerObjectFactory. createNoSuchCustomer()NoSuchCustomerNoSuchCustomerException. getFaultInfo()Methods in org.apache.camel.quarkus.component.soap.it.service that return types with arguments of type NoSuchCustomer Modifier and Type Method Description JAXBElement<NoSuchCustomer>ObjectFactory. createNoSuchCustomer(NoSuchCustomer value)Methods in org.apache.camel.quarkus.component.soap.it.service with parameters of type NoSuchCustomer Modifier and Type Method Description JAXBElement<NoSuchCustomer>ObjectFactory. createNoSuchCustomer(NoSuchCustomer value)Constructors in org.apache.camel.quarkus.component.soap.it.service with parameters of type NoSuchCustomer Constructor Description NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
-