public class

ObjectFactory

extends Object
java.lang.Object
   ↳ org.xmlsoap.schemas.wsdl.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the org.xmlsoap.schemas.wsdl package.

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.

Summary

Fields
private static final QName _Definitions_QNAME
private static final QName _TOperationFault_QNAME
private static final QName _TOperationInput_QNAME
private static final QName _TOperationOutput_QNAME
Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlsoap.schemas.wsdl
Public Methods
JAXBElement<TDefinitions> createDefinitions(TDefinitions value)
Create an instance of JAXBElement<TDefinitions>}
TBinding createTBinding()
Create an instance of TBinding
TBindingOperation createTBindingOperation()
Create an instance of TBindingOperation
TBindingOperationFault createTBindingOperationFault()
Create an instance of TBindingOperationFault
TBindingOperationMessage createTBindingOperationMessage()
Create an instance of TBindingOperationMessage
TDefinitions createTDefinitions()
Create an instance of TDefinitions
TDocumentation createTDocumentation()
Create an instance of TDocumentation
TDocumented createTDocumented()
Create an instance of TDocumented
TFault createTFault()
Create an instance of TFault
TImport createTImport()
Create an instance of TImport
TMessage createTMessage()
Create an instance of TMessage
TOperation createTOperation()
Create an instance of TOperation
JAXBElement<TFault> createTOperationFault(TFault value)
Create an instance of JAXBElement<TFault>}
JAXBElement<TParam> createTOperationInput(TParam value)
Create an instance of JAXBElement<TParam>}
JAXBElement<TParam> createTOperationOutput(TParam value)
Create an instance of JAXBElement<TParam>}
TParam createTParam()
Create an instance of TParam
TPart createTPart()
Create an instance of TPart
TPort createTPort()
Create an instance of TPort
TPortType createTPortType()
Create an instance of TPortType
TService createTService()
Create an instance of TService
TTypes createTTypes()
Create an instance of TTypes
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _Definitions_QNAME

private static final QName _TOperationFault_QNAME

private static final QName _TOperationInput_QNAME

private static final QName _TOperationOutput_QNAME

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlsoap.schemas.wsdl

Public Methods

public JAXBElement<TDefinitions> createDefinitions (TDefinitions value)

Create an instance of JAXBElement<TDefinitions>}

Parameters
value

public TBinding createTBinding ()

Create an instance of TBinding

public TBindingOperation createTBindingOperation ()

Create an instance of TBindingOperation

public TBindingOperationFault createTBindingOperationFault ()

Create an instance of TBindingOperationFault

public TBindingOperationMessage createTBindingOperationMessage ()

Create an instance of TBindingOperationMessage

public TDefinitions createTDefinitions ()

Create an instance of TDefinitions

public TDocumentation createTDocumentation ()

Create an instance of TDocumentation

public TDocumented createTDocumented ()

Create an instance of TDocumented

public TFault createTFault ()

Create an instance of TFault

public TImport createTImport ()

Create an instance of TImport

public TMessage createTMessage ()

Create an instance of TMessage

public TOperation createTOperation ()

Create an instance of TOperation

public JAXBElement<TFault> createTOperationFault (TFault value)

Create an instance of JAXBElement<TFault>}

Parameters
value

public JAXBElement<TParam> createTOperationInput (TParam value)

Create an instance of JAXBElement<TParam>}

Parameters
value

public JAXBElement<TParam> createTOperationOutput (TParam value)

Create an instance of JAXBElement<TParam>}

Parameters
value

public TParam createTParam ()

Create an instance of TParam

public TPart createTPart ()

Create an instance of TPart

public TPort createTPort ()

Create an instance of TPort

public TPortType createTPortType ()

Create an instance of TPortType

public TService createTService ()

Create an instance of TService

public TTypes createTTypes ()

Create an instance of TTypes