Package | Description |
---|---|
com.sun.research.ws.wadl | |
org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
org.glassfish.jersey.server.wadl.internal |
Jersey server-side WADL internal classes.
|
org.glassfish.jersey.server.wadl.internal.generators |
Jersey server-side WADL internal classes supporting
wadl generators . |
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc |
Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators . |
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.
|
Modifier and Type | Method and Description |
---|---|
Representation |
WadlGenerator.createRequestRepresentation(Resource r,
ResourceMethod m,
MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
Representation |
WadlGeneratorImpl.createRequestRepresentation(Resource r,
ResourceMethod m,
MediaType mediaType) |
Representation |
WadlGeneratorImpl.createResponseRepresentation(Resource r,
ResourceMethod m,
MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
Representation |
WadlGeneratorApplicationDoc.createRequestRepresentation(Resource r,
ResourceMethod m,
MediaType mediaType) |
Representation |
WadlGeneratorGrammarsSupport.createRequestRepresentation(Resource ar,
ResourceMethod arm,
MediaType mt) |
Representation |
WadlGeneratorJAXBGrammarGenerator.createRequestRepresentation(Resource ar,
ResourceMethod arm,
MediaType mt) |
Modifier and Type | Method and Description |
---|---|
Representation |
WadlGeneratorResourceDocSupport.createRequestRepresentation(Resource r,
ResourceMethod m,
MediaType mediaType) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.