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.hello_world.elrefs
|
| Modifier and Type | Method and Description |
|---|---|
GreetMe |
createGreetMe()
Create an instance of
GreetMe |
GreetMeResponse |
createGreetMeResponse()
Create an instance of
GreetMeResponse |
JAXBElement<String> |
createRequestType(String value)
|
SayHi |
createSayHi()
Create an instance of
SayHi |
SayHiResponse |
createSayHiResponse()
Create an instance of
SayHiResponse |
public ObjectFactory()
public SayHiResponse createSayHiResponse()
SayHiResponsepublic GreetMeResponse createGreetMeResponse()
GreetMeResponsepublic JAXBElement<String> createRequestType(String value)
value - Java instance representing xml element's value.JAXBElement<String>Apache CXF