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.jms_mtom.types
|
| Modifier and Type | Method and Description |
|---|---|
DataHandlerOnlyType |
createDataHandlerOnlyType()
Create an instance of
DataHandlerOnlyType |
DataHandlerType |
createDataHandlerType()
Create an instance of
DataHandlerType |
JAXBElement<DataHandlerType> |
createTestDataHandler(DataHandlerType value)
|
JAXBElement<DataHandlerType> |
createTestDataHandlerResponse(DataHandlerType value)
|
TestOutMtom |
createTestOutMtom()
Create an instance of
TestOutMtom |
JAXBElement<DataHandlerOnlyType> |
createTestOutMtomResponse(DataHandlerOnlyType value)
|
public ObjectFactory()
public TestOutMtom createTestOutMtom()
TestOutMtompublic DataHandlerType createDataHandlerType()
DataHandlerTypepublic DataHandlerOnlyType createDataHandlerOnlyType()
DataHandlerOnlyTypepublic JAXBElement<DataHandlerType> createTestDataHandlerResponse(DataHandlerType value)
public JAXBElement<DataHandlerType> createTestDataHandler(DataHandlerType value)
public JAXBElement<DataHandlerOnlyType> createTestOutMtomResponse(DataHandlerOnlyType value)
Apache CXF