Uses of Class
org.apache.camel.quarkus.component.soap.it.multipart.Customer
-
Packages that use Customer Package Description org.apache.camel.quarkus.component.soap.it.multipart -
-
Uses of Customer in org.apache.camel.quarkus.component.soap.it.multipart
Fields in org.apache.camel.quarkus.component.soap.it.multipart declared as Customer Modifier and Type Field Description protected CustomerSaveCustomer. customerFields in org.apache.camel.quarkus.component.soap.it.multipart with type parameters of type Customer Modifier and Type Field Description protected List<Customer>GetAllCustomersResponse. _returnprotected List<Customer>GetCustomersByNameResponse. _returnMethods in org.apache.camel.quarkus.component.soap.it.multipart that return Customer Modifier and Type Method Description CustomerObjectFactory. createCustomer()CustomerSaveCustomer. getCustomer()Methods in org.apache.camel.quarkus.component.soap.it.multipart that return types with arguments of type Customer Modifier and Type Method Description List<Customer>GetAllCustomersResponse. getReturn()List<Customer>GetCustomersByNameResponse. getReturn()Methods in org.apache.camel.quarkus.component.soap.it.multipart with parameters of type Customer Modifier and Type Method Description voidSaveCustomer. setCustomer(Customer value)
-