Package | Description |
---|---|
com.sun.jersey.server.wadl.generators.resourcedoc |
Provides support for JAXB WADL generation for resource classes.
|
com.sun.jersey.server.wadl.generators.resourcedoc.model |
Provides support for JAXB-based resource class model.
|
Modifier and Type | Method and Description |
---|---|
RepresentationDocType |
ResourceDocAccessor.getRequestRepresentation(Class<?> resourceClass,
Method method,
String mediaType) |
Modifier and Type | Field and Description |
---|---|
protected List<RepresentationDocType> |
ResponseDocType.representation |
Modifier and Type | Method and Description |
---|---|
RepresentationDocType |
RequestDocType.getRepresentationDoc() |
Modifier and Type | Method and Description |
---|---|
List<RepresentationDocType> |
ResponseDocType.getRepresentations() |
Modifier and Type | Method and Description |
---|---|
void |
RequestDocType.setRepresentationDoc(RepresentationDocType representationDoc) |
Copyright © 2013 Oracle Corporation. All rights reserved.