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.jersey.wadl.generators.json | |
com.sun.research.ws.wadl |
Modifier and Type | Method and Description |
---|---|
Representation |
WadlGeneratorImpl.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
Representation |
WadlGenerator.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
Representation |
WadlGeneratorImpl.createResponseRepresentation(AbstractResource r,
AbstractResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
Representation |
WadlGeneratorApplicationDoc.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
Representation |
WadlGeneratorGrammarsSupport.createRequestRepresentation(AbstractResource ar,
AbstractResourceMethod arm,
javax.ws.rs.core.MediaType mt) |
Representation |
AbstractWadlGeneratorGrammarGenerator.createRequestRepresentation(AbstractResource ar,
AbstractResourceMethod arm,
javax.ws.rs.core.MediaType mt) |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractWadlGeneratorGrammarGenerator.WantsName<T> |
AbstractWadlGeneratorGrammarGenerator.createRepresentationWantsName(Representation rt) |
protected AbstractWadlGeneratorGrammarGenerator.WantsName<QName> |
WadlGeneratorJAXBGrammarGenerator.createRepresentationWantsName(Representation rt) |
Modifier and Type | Method and Description |
---|---|
Representation |
WadlGeneratorResourceDocSupport.createRequestRepresentation(AbstractResource r,
AbstractResourceMethod m,
javax.ws.rs.core.MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
protected AbstractWadlGeneratorGrammarGenerator.WantsName<URI> |
WadlGeneratorJSONGrammarGenerator.createRepresentationWantsName(Representation rt) |
Modifier and Type | Field and Description |
---|---|
protected List<Representation> |
Request.representation |
protected List<Representation> |
Response.representation |
Modifier and Type | Method and Description |
---|---|
Representation |
ObjectFactory.createRepresentation()
Create an instance of
Representation |
Modifier and Type | Method and Description |
---|---|
List<Representation> |
Request.getRepresentation()
Gets the value of the representation property.
|
List<Representation> |
Response.getRepresentation()
Gets the value of the representation property.
|
Copyright © 2013 Oracle Corporation. All rights reserved.