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.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 DataHandlerType createDataHandlerType()
DataHandlerTypepublic TestOutMtom createTestOutMtom()
TestOutMtompublic DataHandlerOnlyType createDataHandlerOnlyType()
DataHandlerOnlyTypepublic JAXBElement<DataHandlerType> createTestDataHandler(DataHandlerType value)
value - Java instance representing xml element's value.JAXBElement<DataHandlerType>public JAXBElement<DataHandlerType> createTestDataHandlerResponse(DataHandlerType value)
value - Java instance representing xml element's value.JAXBElement<DataHandlerType>public JAXBElement<DataHandlerOnlyType> createTestOutMtomResponse(DataHandlerOnlyType value)
value - Java instance representing xml element's value.JAXBElement<DataHandlerOnlyType>Apache CXF