Class ObjectFactory
- java.lang.Object
-
- org.apache.camel.quarkus.component.soap.it.multipart.ObjectFactory
-
public class ObjectFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
-
Method Summary
-
-
-
Method Detail
-
createGetCustomersByName
public GetCustomersByName createGetCustomersByName()
-
createGetCustomersByNameResponse
public GetCustomersByNameResponse createGetCustomersByNameResponse()
-
createNoSuchCustomer
public NoSuchCustomer createNoSuchCustomer()
-
createGetAllCustomersResponse
public GetAllCustomersResponse createGetAllCustomersResponse()
-
createSaveCustomer
public SaveCustomer createSaveCustomer()
-
createCompany
public Company createCompany()
-
createProduct
public Product createProduct()
-
createCustomer
public Customer createCustomer()
-
createGetCustomersByName
public JAXBElement<GetCustomersByName> createGetCustomersByName(GetCustomersByName value)
-
createGetCustomersByNameResponse
public JAXBElement<GetCustomersByNameResponse> createGetCustomersByNameResponse(GetCustomersByNameResponse value)
-
createNoSuchCustomer
public JAXBElement<NoSuchCustomer> createNoSuchCustomer(NoSuchCustomer value)
-
createGetAllCustomers
public JAXBElement<Object> createGetAllCustomers(Object value)
-
createGetAllCustomersResponse
public JAXBElement<GetAllCustomersResponse> createGetAllCustomersResponse(GetAllCustomersResponse value)
-
createSaveCustomer
public JAXBElement<SaveCustomer> createSaveCustomer(SaveCustomer value)
-
createSaveCustomerToo
public JAXBElement<SaveCustomer> createSaveCustomerToo(SaveCustomer value)
-
createCompany
public JAXBElement<Company> createCompany(Company value)
-
createCompanyType
public JAXBElement<CompanyType> createCompanyType(CompanyType value)
-
createProduct
public JAXBElement<Product> createProduct(Product value)
-
-