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
|
public ObjectFactory()
public TDefinitions createTDefinitions()
TDefinitionspublic TDocumentation createTDocumentation()
TDocumentationpublic TDocumented createTDocumented()
TDocumentedpublic TOperation createTOperation()
TOperationpublic TBindingOperationMessage createTBindingOperationMessage()
TBindingOperationMessagepublic TBindingOperationFault createTBindingOperationFault()
TBindingOperationFaultpublic TBindingOperation createTBindingOperation()
TBindingOperationpublic JAXBElement<TDefinitions> createDefinitions(TDefinitions value)
value - Java instance representing xml element's value.JAXBElement<TDefinitions>public JAXBElement<TParam> createTOperationInput(TParam value)
value - Java instance representing xml element's value.JAXBElement<TParam>public JAXBElement<TParam> createTOperationOutput(TParam value)
value - Java instance representing xml element's value.JAXBElement<TParam>public JAXBElement<TFault> createTOperationFault(TFault value)
value - Java instance representing xml element's value.JAXBElement<TFault>Copyright © 2020 jbundle.org. All rights reserved.