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.jaxb_element_test
|
| Modifier and Type | Method and Description |
|---|---|
NewOperation |
createNewOperation()
Create an instance of
NewOperation |
JAXBElement<String> |
createNewOperationIn(String value)
|
NewOperationResponse |
createNewOperationResponse()
Create an instance of
NewOperationResponse |
JAXBElement<String> |
createNewOperationResponseOut(String value)
|
public ObjectFactory()
public NewOperationResponse createNewOperationResponse()
NewOperationResponsepublic NewOperation createNewOperation()
NewOperationpublic JAXBElement<String> createNewOperationResponseOut(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<String> createNewOperationIn(String value)
value - Java instance representing xml element's value.JAXBElement<String>Apache CXF