Package org.jboss.resteasy.wadl.jaxb
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
ConstructorsConstructorDescriptionCreate 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
Create an instance ofInclude
-
createDoc
Create an instance ofDoc
-
createRequest
Create an instance ofRequest
-
createParam
Create an instance ofParam
-
createOption
Create an instance ofOption
-
createLink
Create an instance ofLink
-
createRepresentation
Create an instance ofRepresentation
-
createMethod
Create an instance ofMethod
-
createResponse
Create an instance ofResponse
-
createResource
Create an instance ofResource
-
createResourceType
Create an instance ofResourceType
-
createResources
Create an instance ofResources
-
createApplication
Create an instance ofApplication
-
createGrammars
Create an instance ofGrammars
-