@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.greeter_control.types
|
public ObjectFactory()
public SayHiResponse createSayHiResponse()
SayHiResponsepublic GreetMeResponse createGreetMeResponse()
GreetMeResponsepublic GreetMeOneWay createGreetMeOneWay()
GreetMeOneWaypublic PingMeResponse createPingMeResponse()
PingMeResponsepublic FaultDetail createFaultDetail()
FaultDetailpublic StartGreeter createStartGreeter()
StartGreeterpublic StartGreeterResponse createStartGreeterResponse()
StartGreeterResponsepublic StopGreeter createStopGreeter()
StopGreeterpublic StopGreeterResponse createStopGreeterResponse()
StopGreeterResponsepublic FaultLocation createFaultLocation()
FaultLocationpublic JAXBElement<Boolean> createRobustInOnlyMode(Boolean value)
value - Java instance representing xml element's value.JAXBElement<Boolean>Apache CXF