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_rpclit.types
|
| Modifier and Type | Method and Description |
|---|---|
MyComplexStruct |
createMyComplexStruct()
Create an instance of
MyComplexStruct |
public ObjectFactory()
public MyComplexStruct createMyComplexStruct()
MyComplexStructApache CXF