Uses of Class
org.apache.camel.quarkus.component.soap.it.multipart.Company
-
Packages that use Company Package Description org.apache.camel.quarkus.component.soap.it.multipart -
-
Uses of Company in org.apache.camel.quarkus.component.soap.it.multipart
Methods in org.apache.camel.quarkus.component.soap.it.multipart that return Company Modifier and Type Method Description CompanyObjectFactory. createCompany()Methods in org.apache.camel.quarkus.component.soap.it.multipart that return types with arguments of type Company Modifier and Type Method Description JAXBElement<Company>ObjectFactory. createCompany(Company value)Methods in org.apache.camel.quarkus.component.soap.it.multipart with parameters of type Company Modifier and Type Method Description JAXBElement<Company>ObjectFactory. createCompany(Company value)Method parameters in org.apache.camel.quarkus.component.soap.it.multipart with type arguments of type Company Modifier and Type Method Description voidMultiPartCustomerService. saveCustomer(SaveCustomer parameters, Product product, Holder<Company> company)voidMultiPartCustomerService. saveCustomerToo(SaveCustomer parameters, Product product, Holder<Company> company)
-