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.
|
com.sun.research.ws.wadl |
Modifier and Type | Method and Description |
---|---|
Request |
WadlGeneratorImpl.createRequest(AbstractResource r,
AbstractResourceMethod m) |
Request |
WadlGenerator.createRequest(AbstractResource r,
AbstractResourceMethod m) |
Modifier and Type | Method and Description |
---|---|
Request |
WadlGeneratorApplicationDoc.createRequest(AbstractResource r,
AbstractResourceMethod m) |
Request |
WadlGeneratorGrammarsSupport.createRequest(AbstractResource ar,
AbstractResourceMethod arm) |
Request |
AbstractWadlGeneratorGrammarGenerator.createRequest(AbstractResource ar,
AbstractResourceMethod arm) |
Modifier and Type | Method and Description |
---|---|
Request |
WadlGeneratorResourceDocSupport.createRequest(AbstractResource r,
AbstractResourceMethod m) |
Modifier and Type | Field and Description |
---|---|
protected Request |
Method.request |
Modifier and Type | Method and Description |
---|---|
Request |
ObjectFactory.createRequest()
Create an instance of
Request |
Request |
Method.getRequest()
Gets the value of the request property.
|
Modifier and Type | Method and Description |
---|---|
void |
Method.setRequest(Request value)
Sets the value of the request property.
|
Copyright © 2013 Oracle Corporation. All rights reserved.