Package | Description |
---|---|
com.sun.jersey.server.wadl |
Provides support for WADL configuration and generation.
|
com.sun.jersey.server.wadl.generators |
Provides support for JAXB WADL generation.
|
com.sun.jersey.server.wadl.generators.resourcedoc |
Provides support for JAXB WADL generation for resource classes.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDescription |
WadlBuilder.generate(Providers providers,
FeaturesAndProperties fap,
UriInfo info,
java.util.Set<AbstractResource> resources)
Generate WADL for a set of resources.
|
ApplicationDescription |
WadlBuilder.generate(UriInfo info,
java.util.Set<AbstractResource> resources)
Generate WADL for a set of resources.
|
ApplicationDescription |
WadlApplicationContext.getApplication(UriInfo ui)
Get a new instance of a
ApplicationDescription corresponding to all
the root resource classes, and configure the base URI. |
Modifier and Type | Method and Description |
---|---|
void |
WadlGeneratorImpl.attachTypes(ApplicationDescription egd) |
void |
WadlGenerator.attachTypes(ApplicationDescription description)
Process the elements in the WADL definition to attach schema types
as required.
|
com.sun.research.ws.wadl.Application |
WadlBuilder.generate(Providers providers,
FeaturesAndProperties fap,
UriInfo info,
ApplicationDescription description,
AbstractResource resource)
Generate WADL for a resource.
|
com.sun.research.ws.wadl.Application |
WadlBuilder.generate(Providers providers,
FeaturesAndProperties fap,
UriInfo info,
ApplicationDescription description,
AbstractResource resource,
java.lang.String path)
Generate WADL for a virtual subresource resulting from sub resource
methods.
|
Modifier and Type | Method and Description |
---|---|
void |
WadlGeneratorGrammarsSupport.attachTypes(ApplicationDescription egd) |
void |
WadlGeneratorApplicationDoc.attachTypes(ApplicationDescription egd) |
void |
AbstractWadlGeneratorGrammarGenerator.attachTypes(ApplicationDescription introspector) |
Modifier and Type | Method and Description |
---|---|
void |
WadlGeneratorResourceDocSupport.attachTypes(ApplicationDescription egd) |
Copyright © 2016 Oracle Corporation. All Rights Reserved.