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.example.schema.doubleit
|
| Modifier and Type | Method and Description |
|---|---|
DoubleIt |
createDoubleIt()
Create an instance of
DoubleIt |
DoubleItResponse |
createDoubleItResponse()
Create an instance of
DoubleItResponse |
public ObjectFactory()
public DoubleItResponse createDoubleItResponse()
DoubleItResponseApache CXF