Package org.somda.sdc.dpws.wsdl.model
Class ObjectFactory
java.lang.Object
org.somda.sdc.dpws.wsdl.model.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.somda.sdc.dpws.wsdl.model package.
An ObjectFactory allows you to programmatically 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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.somda.sdc.dpws.wsdl.model -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TDefinitions>createDefinitions(TDefinitions value) Create an instance ofTBindingCreate an instance ofTBindingOperationCreate an instance ofTBindingOperationFaultCreate an instance ofTBindingOperationMessageCreate an instance ofTDefinitionsCreate an instance ofTDocumentationCreate an instance ofTDocumentedCreate an instance ofTFaultCreate an instance ofTImportCreate an instance ofTMessageCreate an instance ofTOperationjakarta.xml.bind.JAXBElement<TFault>createTOperationFault(TFault value) jakarta.xml.bind.JAXBElement<TParam>createTOperationInput(TParam value) jakarta.xml.bind.JAXBElement<TParam>createTOperationOutput(TParam value) Create an instance ofTParamCreate an instance ofTPartCreate an instance ofTPortCreate an instance ofTPortTypeCreate an instance ofTServiceCreate an instance ofTTypes
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.somda.sdc.dpws.wsdl.model
-
-
Method Details
-
createTDefinitions
Create an instance ofTDefinitions- Returns:
- the new instance of
TDefinitions
-
createTDocumentation
Create an instance ofTDocumentation- Returns:
- the new instance of
TDocumentation
-
createTDocumented
Create an instance ofTDocumented- Returns:
- the new instance of
TDocumented
-
createTImport
Create an instance ofTImport- Returns:
- the new instance of
TImport
-
createTTypes
Create an instance ofTTypes- Returns:
- the new instance of
TTypes
-
createTMessage
Create an instance ofTMessage- Returns:
- the new instance of
TMessage
-
createTPart
Create an instance ofTPart- Returns:
- the new instance of
TPart
-
createTPortType
Create an instance ofTPortType- Returns:
- the new instance of
TPortType
-
createTOperation
Create an instance ofTOperation- Returns:
- the new instance of
TOperation
-
createTParam
Create an instance ofTParam- Returns:
- the new instance of
TParam
-
createTFault
Create an instance ofTFault- Returns:
- the new instance of
TFault
-
createTBinding
Create an instance ofTBinding- Returns:
- the new instance of
TBinding
-
createTBindingOperationMessage
Create an instance ofTBindingOperationMessage- Returns:
- the new instance of
TBindingOperationMessage
-
createTBindingOperationFault
Create an instance ofTBindingOperationFault- Returns:
- the new instance of
TBindingOperationFault
-
createTBindingOperation
Create an instance ofTBindingOperation- Returns:
- the new instance of
TBindingOperation
-
createTService
Create an instance ofTService- Returns:
- the new instance of
TService
-
createTPort
Create an instance ofTPort- Returns:
- the new instance of
TPort
-
createDefinitions
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDefinitions>
-
createTOperationInput
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TParam>
-
createTOperationOutput
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TParam>
-
createTOperationFault
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFault>
-