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.jms_greeter.types
|
| Modifier and Type | Method and Description |
|---|---|
GreetMe |
createGreetMe()
Create an instance of
GreetMe |
GreetMeOneWay |
createGreetMeOneWay()
Create an instance of
GreetMeOneWay |
GreetMeResponse |
createGreetMeResponse()
Create an instance of
GreetMeResponse |
SayHi |
createSayHi()
Create an instance of
SayHi |
SayHiResponse |
createSayHiResponse()
Create an instance of
SayHiResponse |
public ObjectFactory()
public SayHiResponse createSayHiResponse()
SayHiResponsepublic GreetMeResponse createGreetMeResponse()
GreetMeResponsepublic GreetMeOneWay createGreetMeOneWay()
GreetMeOneWayApache CXF