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_soap_action.types
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
createText(String value)
|
JAXBElement<String> |
createText2(String value)
|
public ObjectFactory()
public JAXBElement<String> createText(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<String> createText2(String value)
value - Java instance representing xml element's value.JAXBElement<String>Apache CXF