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