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: uri.cxf_apache_org.jstest.types
|
| Modifier and Type | Method and Description |
|---|---|
FaultDetail |
createFaultDetail()
Create an instance of
FaultDetail |
GreetMe |
createGreetMe()
Create an instance of
GreetMe |
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