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.apache.cxf.wsdl.http
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AddressType> |
createAddress(AddressType value)
|
AddressType |
createAddressType()
Create an instance of
AddressType |
JAXBElement<BindingType> |
createBinding(BindingType value)
|
BindingType |
createBindingType()
Create an instance of
BindingType |
JAXBElement<OperationType> |
createOperation(OperationType value)
|
OperationType |
createOperationType()
Create an instance of
OperationType |
UrlEncoded |
createUrlEncoded()
Create an instance of
UrlEncoded |
UrlReplacement |
createUrlReplacement()
Create an instance of
UrlReplacement |
public ObjectFactory()
public OperationType createOperationType()
OperationType
public UrlEncoded createUrlEncoded()
UrlEncoded
public AddressType createAddressType()
AddressType
public BindingType createBindingType()
BindingType
public UrlReplacement createUrlReplacement()
UrlReplacement
public JAXBElement<AddressType> createAddress(AddressType value)
public JAXBElement<OperationType> createOperation(OperationType value)
public JAXBElement<BindingType> createBinding(BindingType value)
Apache CXF