Class ObjectFactory
- java.lang.Object
-
- org.apache.hello_world_xml_http.wrapped.types.ObjectFactory
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class ObjectFactory extends ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.apache.hello_world_xml_http.wrapped.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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.hello_world_xml_http.wrapped.types
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaultDetailcreateFaultDetail()Create an instance ofFaultDetailGreetMecreateGreetMe()Create an instance ofGreetMeGreetMeOneWaycreateGreetMeOneWay()Create an instance ofGreetMeOneWayGreetMeResponsecreateGreetMeResponse()Create an instance ofGreetMeResponsePingMecreatePingMe()Create an instance ofPingMePingMeResponsecreatePingMeResponse()Create an instance ofPingMeResponseSayHicreateSayHi()Create an instance ofSayHiSayHiResponsecreateSayHiResponse()Create an instance ofSayHiResponse
-
-
-
Method Detail
-
createSayHiResponse
public SayHiResponse createSayHiResponse()
Create an instance ofSayHiResponse
-
createGreetMeResponse
public GreetMeResponse createGreetMeResponse()
Create an instance ofGreetMeResponse
-
createGreetMeOneWay
public GreetMeOneWay createGreetMeOneWay()
Create an instance ofGreetMeOneWay
-
createPingMeResponse
public PingMeResponse createPingMeResponse()
Create an instance ofPingMeResponse
-
createFaultDetail
public FaultDetail createFaultDetail()
Create an instance ofFaultDetail
-
-