public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.example.customerservice
|
| Modifier and Type | Method and Description |
|---|---|
Customer |
createCustomer()
Create an instance of
Customer |
GetCustomersByName |
createGetCustomersByName()
Create an instance of
GetCustomersByName |
javax.xml.bind.JAXBElement<GetCustomersByName> |
createGetCustomersByName(GetCustomersByName value)
|
GetCustomersByNameResponse |
createGetCustomersByNameResponse()
Create an instance of
GetCustomersByNameResponse |
javax.xml.bind.JAXBElement<GetCustomersByNameResponse> |
createGetCustomersByNameResponse(GetCustomersByNameResponse value)
|
NoSuchCustomer |
createNoSuchCustomer()
Create an instance of
NoSuchCustomer |
javax.xml.bind.JAXBElement<NoSuchCustomer> |
createNoSuchCustomer(NoSuchCustomer value)
|
UpdateCustomer |
createUpdateCustomer()
Create an instance of
UpdateCustomer |
javax.xml.bind.JAXBElement<UpdateCustomer> |
createUpdateCustomer(UpdateCustomer value)
|
public ObjectFactory()
public NoSuchCustomer createNoSuchCustomer()
NoSuchCustomerpublic GetCustomersByNameResponse createGetCustomersByNameResponse()
GetCustomersByNameResponsepublic GetCustomersByName createGetCustomersByName()
GetCustomersByNamepublic UpdateCustomer createUpdateCustomer()
UpdateCustomerpublic javax.xml.bind.JAXBElement<GetCustomersByName> createGetCustomersByName(GetCustomersByName value)
public javax.xml.bind.JAXBElement<NoSuchCustomer> createNoSuchCustomer(NoSuchCustomer value)
public javax.xml.bind.JAXBElement<GetCustomersByNameResponse> createGetCustomersByNameResponse(GetCustomersByNameResponse value)
public javax.xml.bind.JAXBElement<UpdateCustomer> createUpdateCustomer(UpdateCustomer value)
Copyright © 2015 WSO2 Inc. All rights reserved.