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 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 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 TypeMethodDescriptionjavax.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 ofTOperationjavax.xml.bind.JAXBElement<TFault>createTOperationFault(TFault value) javax.xml.bind.JAXBElement<TParam>createTOperationInput(TParam value) javax.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 -
createTDocumentation
Create an instance ofTDocumentation -
createTDocumented
Create an instance ofTDocumented -
createTImport
Create an instance ofTImport -
createTTypes
Create an instance ofTTypes -
createTMessage
Create an instance ofTMessage -
createTPart
Create an instance ofTPart -
createTPortType
Create an instance ofTPortType -
createTOperation
Create an instance ofTOperation -
createTParam
Create an instance ofTParam -
createTFault
Create an instance ofTFault -
createTBinding
Create an instance ofTBinding -
createTBindingOperationMessage
Create an instance ofTBindingOperationMessage -
createTBindingOperationFault
Create an instance ofTBindingOperationFault -
createTBindingOperation
Create an instance ofTBindingOperation -
createTService
Create an instance ofTService -
createTPort
Create an instance ofTPort -
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>
-