Class ObjectFactory
java.lang.Object
org.apache.camel.quarkus.component.soap.it.service.ObjectFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Object>jakarta.xml.bind.JAXBElement<GetAllAmericanCustomersResponse>jakarta.xml.bind.JAXBElement<Object>createGetAllCustomers(Object value) jakarta.xml.bind.JAXBElement<GetAllCustomersResponse>jakarta.xml.bind.JAXBElement<GetCustomersByName>jakarta.xml.bind.JAXBElement<GetCustomersByNameResponse>jakarta.xml.bind.JAXBElement<NoSuchCustomer>jakarta.xml.bind.JAXBElement<SaveCustomer>createSaveCustomer(SaveCustomer value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()
-
-
Method Details
-
createGetCustomersByName
-
createGetCustomersByNameResponse
-
createNoSuchCustomer
-
createGetAllCustomersResponse
-
createGetAllAmericanCustomersResponse
-
createSaveCustomer
-
createCustomer
-
createGetCustomersByName
public jakarta.xml.bind.JAXBElement<GetCustomersByName> createGetCustomersByName(GetCustomersByName value) -
createGetCustomersByNameResponse
public jakarta.xml.bind.JAXBElement<GetCustomersByNameResponse> createGetCustomersByNameResponse(GetCustomersByNameResponse value) -
createNoSuchCustomer
-
createGetAllCustomers
-
createGetAllCustomersResponse
public jakarta.xml.bind.JAXBElement<GetAllCustomersResponse> createGetAllCustomersResponse(GetAllCustomersResponse value) -
createGetAllAmericanCustomers
-
createGetAllAmericanCustomersResponse
public jakarta.xml.bind.JAXBElement<GetAllAmericanCustomersResponse> createGetAllAmericanCustomersResponse(GetAllAmericanCustomersResponse value) -
createSaveCustomer
-