Class ObjectFactory
java.lang.Object
org.apache.hello_world_soap_http.types.ObjectFactory
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
public class ObjectFactory
extends Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.hello_world_soap_http.types 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.apache.hello_world_soap_http.types -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAddNumbersjakarta.xml.bind.JAXBElement<AddNumbers>createAddNumbers(AddNumbers value) Create an instance ofAddNumbersResponsejakarta.xml.bind.JAXBElement<AddNumbersResponse>Create an instance ofBadRecordjakarta.xml.bind.JAXBElement<String>createBadRecordLit(String value) jakarta.xml.bind.JAXBElement<String>createBareDocument(String value) Create an instance ofBareDocumentResponseCreate an instance ofErrorCodeCreate an instance ofGreetMeCreate an instance ofGreetMeLaterCreate an instance ofGreetMeLaterResponseCreate an instance ofGreetMeOneWayCreate an instance ofGreetMeResponseCreate an instance ofGreetMeSometimeCreate an instance ofGreetMeSometimeResponseCreate an instance ofNoSuchCodeLitCreate an instance ofSayHiCreate an instance ofSayHiResponseCreate an instance ofStringStructCreate an instance ofTestDocLitFaultCreate an instance ofTestDocLitFaultResponseCreate an instance ofTestNillableCreate an instance ofTestNillableResponse
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.hello_world_soap_http.types
-
-
Method Details
-
createSayHi
Create an instance ofSayHi -
createSayHiResponse
Create an instance ofSayHiResponse -
createGreetMe
Create an instance ofGreetMe -
createGreetMeResponse
Create an instance ofGreetMeResponse -
createTestNillable
Create an instance ofTestNillable -
createTestNillableResponse
Create an instance ofTestNillableResponse -
createGreetMeLater
Create an instance ofGreetMeLater -
createGreetMeLaterResponse
Create an instance ofGreetMeLaterResponse -
createGreetMeSometime
Create an instance ofGreetMeSometime -
createGreetMeSometimeResponse
Create an instance ofGreetMeSometimeResponse -
createGreetMeOneWay
Create an instance ofGreetMeOneWay -
createTestDocLitFault
Create an instance ofTestDocLitFault -
createTestDocLitFaultResponse
Create an instance ofTestDocLitFaultResponse -
createNoSuchCodeLit
Create an instance ofNoSuchCodeLit -
createErrorCode
Create an instance ofErrorCode -
createAddNumbers
Create an instance ofAddNumbers -
createAddNumbersResponse
Create an instance ofAddNumbersResponse -
createBareDocumentResponse
Create an instance ofBareDocumentResponse -
createBadRecord
Create an instance ofBadRecord -
createStringStruct
Create an instance ofStringStruct -
createBadRecordLit
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createAddNumbers
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AddNumbers>
-
createAddNumbersResponse
public jakarta.xml.bind.JAXBElement<AddNumbersResponse> createAddNumbersResponse(AddNumbersResponse value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AddNumbersResponse>
-
createBareDocument
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-