@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.hello_world_jms.types
|
| Modifier and Type | Method and Description |
|---|---|
BadRecordLit |
createBadRecordLit()
Create an instance of
BadRecordLit |
JAXBElement<BadRecordLit> |
createBadRecordLit(BadRecordLit value)
|
ErrorCode |
createErrorCode()
Create an instance of
ErrorCode |
NoSuchCodeLit |
createNoSuchCodeLit()
Create an instance of
NoSuchCodeLit |
JAXBElement<NoSuchCodeLit> |
createNoSuchCodeLit(NoSuchCodeLit value)
|
TestRpcLitFault |
createTestRpcLitFault()
Create an instance of
TestRpcLitFault |
TestRpcLitFaultResponse |
createTestRpcLitFaultResponse()
Create an instance of
TestRpcLitFaultResponse |
public ObjectFactory()
public NoSuchCodeLit createNoSuchCodeLit()
NoSuchCodeLitpublic BadRecordLit createBadRecordLit()
BadRecordLitpublic TestRpcLitFault createTestRpcLitFault()
TestRpcLitFaultpublic TestRpcLitFaultResponse createTestRpcLitFaultResponse()
TestRpcLitFaultResponsepublic JAXBElement<NoSuchCodeLit> createNoSuchCodeLit(NoSuchCodeLit value)
value - Java instance representing xml element's value.JAXBElement<NoSuchCodeLit>public JAXBElement<BadRecordLit> createBadRecordLit(BadRecordLit value)
value - Java instance representing xml element's value.JAXBElement<BadRecordLit>Apache CXF