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.xmlsoap.schemas.wsdl.soap
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<TAddress> |
createAddress(TAddress value)
|
JAXBElement<TBinding> |
createBinding(TBinding value)
|
JAXBElement<TBody> |
createBody(TBody value)
|
JAXBElement<TFault> |
createFault(TFault value)
|
JAXBElement<THeader> |
createHeader(THeader value)
|
JAXBElement<THeaderFault> |
createHeaderfault(THeaderFault value)
|
JAXBElement<TOperation> |
createOperation(TOperation value)
|
TAddress |
createTAddress()
Create an instance of
TAddress |
TBinding |
createTBinding()
Create an instance of
TBinding |
TBody |
createTBody()
Create an instance of
TBody |
TFault |
createTFault()
Create an instance of
TFault |
THeader |
createTHeader()
Create an instance of
THeader |
THeaderFault |
createTHeaderFault()
Create an instance of
THeaderFault |
TOperation |
createTOperation()
Create an instance of
TOperation |
public ObjectFactory()
public TOperation createTOperation()
TOperationpublic THeaderFault createTHeaderFault()
THeaderFaultpublic JAXBElement<TAddress> createAddress(TAddress value)
public JAXBElement<TOperation> createOperation(TOperation value)
public JAXBElement<THeaderFault> createHeaderfault(THeaderFault value)
public JAXBElement<TBinding> createBinding(TBinding value)
public JAXBElement<TBody> createBody(TBody value)
public JAXBElement<THeader> createHeader(THeader value)
public JAXBElement<TFault> createFault(TFault value)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.