Uses of Class
org.apache.camel.quarkus.component.soap.it.multipart.GetAllCustomersResponse
-
Packages that use GetAllCustomersResponse Package Description org.apache.camel.quarkus.component.soap.it.multipart -
-
Uses of GetAllCustomersResponse in org.apache.camel.quarkus.component.soap.it.multipart
Methods in org.apache.camel.quarkus.component.soap.it.multipart that return GetAllCustomersResponse Modifier and Type Method Description GetAllCustomersResponseObjectFactory. createGetAllCustomersResponse()Methods in org.apache.camel.quarkus.component.soap.it.multipart that return types with arguments of type GetAllCustomersResponse Modifier and Type Method Description JAXBElement<GetAllCustomersResponse>ObjectFactory. createGetAllCustomersResponse(GetAllCustomersResponse value)Methods in org.apache.camel.quarkus.component.soap.it.multipart with parameters of type GetAllCustomersResponse Modifier and Type Method Description JAXBElement<GetAllCustomersResponse>ObjectFactory. createGetAllCustomersResponse(GetAllCustomersResponse value)Method parameters in org.apache.camel.quarkus.component.soap.it.multipart with type arguments of type GetAllCustomersResponse Modifier and Type Method Description voidMultiPartCustomerService. getAllCustomers(Holder<GetAllCustomersResponse> parameters, Holder<CompanyType> companyType)
-