public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| 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_soap_action.types.wrapped
|
| Modifier and Type | Method and Description |
|---|---|
SayHiRequest2Wrapped |
createSayHiRequest2Wrapped()
Create an instance of
SayHiRequest2Wrapped |
SayHiRequestWrapped |
createSayHiRequestWrapped()
Create an instance of
SayHiRequestWrapped |
SayHiResponse2Wrapped |
createSayHiResponse2Wrapped()
Create an instance of
SayHiResponse2Wrapped |
SayHiResponseWrapped |
createSayHiResponseWrapped()
Create an instance of
SayHiResponseWrapped |
public ObjectFactory()
public SayHiResponse2Wrapped createSayHiResponse2Wrapped()
SayHiResponse2Wrappedpublic SayHiRequest2Wrapped createSayHiRequest2Wrapped()
SayHiRequest2Wrappedpublic SayHiResponseWrapped createSayHiResponseWrapped()
SayHiResponseWrappedpublic SayHiRequestWrapped createSayHiRequestWrapped()
SayHiRequestWrappedApache CXF