public class ObjectFactory extends Object
| 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