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.factory_pattern
|
| Modifier and Type | Method and Description |
|---|---|
Create |
createCreate()
Create an instance of
Create |
CreateResponse |
createCreateResponse()
Create an instance of
CreateResponse |
IsEvenResponse |
createIsEvenResponse()
Create an instance of
IsEvenResponse |
public ObjectFactory()
public CreateResponse createCreateResponse()
CreateResponsepublic IsEvenResponse createIsEvenResponse()
IsEvenResponseApache CXF