Class ObjectFactory
java.lang.Object
org.apache.hello_world_soap_http.types.ObjectFactory
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.5",
date="2024-12-09T12:26:02-05: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 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.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- Returns:
- the new instance of
SayHi
-
createSayHiResponse
Create an instance ofSayHiResponse- Returns:
- the new instance of
SayHiResponse
-
createGreetMe
Create an instance ofGreetMe- Returns:
- the new instance of
GreetMe
-
createGreetMeResponse
Create an instance ofGreetMeResponse- Returns:
- the new instance of
GreetMeResponse
-
createTestNillable
Create an instance ofTestNillable- Returns:
- the new instance of
TestNillable
-
createTestNillableResponse
Create an instance ofTestNillableResponse- Returns:
- the new instance of
TestNillableResponse
-
createGreetMeLater
Create an instance ofGreetMeLater- Returns:
- the new instance of
GreetMeLater
-
createGreetMeLaterResponse
Create an instance ofGreetMeLaterResponse- Returns:
- the new instance of
GreetMeLaterResponse
-
createGreetMeSometime
Create an instance ofGreetMeSometime- Returns:
- the new instance of
GreetMeSometime
-
createGreetMeSometimeResponse
Create an instance ofGreetMeSometimeResponse- Returns:
- the new instance of
GreetMeSometimeResponse
-
createGreetMeOneWay
Create an instance ofGreetMeOneWay- Returns:
- the new instance of
GreetMeOneWay
-
createTestDocLitFault
Create an instance ofTestDocLitFault- Returns:
- the new instance of
TestDocLitFault
-
createTestDocLitFaultResponse
Create an instance ofTestDocLitFaultResponse- Returns:
- the new instance of
TestDocLitFaultResponse
-
createNoSuchCodeLit
Create an instance ofNoSuchCodeLit- Returns:
- the new instance of
NoSuchCodeLit
-
createErrorCode
Create an instance ofErrorCode- Returns:
- the new instance of
ErrorCode
-
createAddNumbers
Create an instance ofAddNumbers- Returns:
- the new instance of
AddNumbers
-
createAddNumbersResponse
Create an instance ofAddNumbersResponse- Returns:
- the new instance of
AddNumbersResponse
-
createBareDocumentResponse
Create an instance ofBareDocumentResponse- Returns:
- the new instance of
BareDocumentResponse
-
createBadRecord
Create an instance ofBadRecord- Returns:
- the new instance of
BadRecord
-
createStringStruct
Create an instance ofStringStruct- Returns:
- the new instance of
StringStruct
-
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>
-