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_mixedstyle.types
|
| Modifier and Type | Method and Description |
|---|---|
FaultDetail |
createFaultDetail()
Create an instance of
FaultDetail |
GreetMe1 |
createGreetMe1()
Create an instance of
GreetMe1 |
GreetMeOneWay |
createGreetMeOneWay()
Create an instance of
GreetMeOneWay |
GreetMeResponse |
createGreetMeResponse()
Create an instance of
GreetMeResponse |
PingMe |
createPingMe()
Create an instance of
PingMe |
PingMeResponse |
createPingMeResponse()
Create an instance of
PingMeResponse |
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()
GreetMeOneWaypublic PingMeResponse createPingMeResponse()
PingMeResponsepublic FaultDetail createFaultDetail()
FaultDetailApache CXF