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.intfault.types
|
| Modifier and Type | Method and Description |
|---|---|
BadRecord |
createBadRecord()
Create an instance of
BadRecord |
JAXBElement<String> |
createBareDocument(String value)
|
BareDocumentResponse |
createBareDocumentResponse()
Create an instance of
BareDocumentResponse |
JAXBElement<Integer> |
createInt(Integer value)
|
public ObjectFactory()
public BareDocumentResponse createBareDocumentResponse()
BareDocumentResponsepublic JAXBElement<String> createBareDocument(String value)
value - Java instance representing xml element's value.JAXBElement<String>public JAXBElement<Integer> createInt(Integer value)
value - Java instance representing xml element's value.JAXBElement<Integer>Apache CXF