Package com.sun.research.ws.wadl
Class ObjectFactory
java.lang.Object
com.sun.research.ws.wadl.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.research.ws.wadl 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: com.sun .research.ws.wadl -
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: com.sun .research.ws.wadl
-
-
Method Details
-
createResources
Create an instance ofResources
-
createDoc
Create an instance ofDoc
-
createResource
Create an instance ofResource
-
createParam
Create an instance ofParam
-
createOption
Create an instance ofOption
-
createLink
Create an instance ofLink
-
createMethod
Create an instance ofMethod
-
createRequest
Create an instance ofRequest
-
createRepresentation
Create an instance ofRepresentation
-
createResponse
Create an instance ofResponse
-
createApplication
Create an instance ofApplication
-
createGrammars
Create an instance ofGrammars
-
createInclude
Create an instance ofInclude
-
createResourceType
Create an instance ofResourceType
-