Class ObjectFactory
java.lang.Object
org.jboss.resteasy.wadl.jaxb.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the net.java.dev.wadl._2009._02 package.
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 Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.java.dev.wadl._2009._02 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofApplication
Create an instance ofDoc
Create an instance ofGrammars
Create an instance ofInclude
Create an instance ofLink
Create an instance ofMethod
Create an instance ofOption
Create an instance ofParam
Create an instance ofRepresentation
Create an instance ofRequest
Create an instance ofResource
Create an instance ofResources
Create an instance ofResourceType
Create an instance ofResponse
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.java.dev.wadl._2009._02
-
-
Method Details
-
createInclude
-
createDoc
-
createRequest
-
createParam
-
createOption
-
createLink
-
createRepresentation
Create an instance ofRepresentation
-
createMethod
-
createResponse
-
createResource
-
createResourceType
Create an instance ofResourceType
-
createResources
-
createApplication
Create an instance ofApplication
-
createGrammars
-