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.tests.inherit.objects
|
| Modifier and Type | Method and Description |
|---|---|
BaseType |
createBaseType()
Create an instance of
BaseType |
SubTypeA |
createSubTypeA()
Create an instance of
SubTypeA |
SubTypeB |
createSubTypeB()
Create an instance of
SubTypeB |
Apache CXF