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.hello_world_xml_http.bare.types
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<MyComplexStructType> |
createMyComplexStruct(MyComplexStructType value)
|
MyComplexStructType |
createMyComplexStructType()
Create an instance of
MyComplexStructType |
JAXBElement<String> |
createRequestType(String value)
|
JAXBElement<String> |
createResponseType(String value)
|
public ObjectFactory()
public MyComplexStructType createMyComplexStructType()
MyComplexStructTypepublic JAXBElement<String> createResponseType(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<String> createRequestType(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<MyComplexStructType> createMyComplexStruct(MyComplexStructType value)
value - Java instance representing xml element's value.JAXBElement<MyComplexStructType>Apache CXF