Uses of Class
org.apache.camel.quarkus.component.soap.it.multipart.NoSuchCustomer
-
Packages that use NoSuchCustomer Package Description org.apache.camel.quarkus.component.soap.it.multipart -
-
Uses of NoSuchCustomer in org.apache.camel.quarkus.component.soap.it.multipart
Methods in org.apache.camel.quarkus.component.soap.it.multipart that return NoSuchCustomer Modifier and Type Method Description NoSuchCustomerObjectFactory. createNoSuchCustomer()NoSuchCustomerNoSuchCustomerException. getFaultInfo()Methods in org.apache.camel.quarkus.component.soap.it.multipart 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.multipart 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.multipart with parameters of type NoSuchCustomer Constructor Description NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
-