Uses of Class
com.sun.research.ws.wadl.Representation
Package
Description
Jersey server-side WADL support public classes and interfaces.
Jersey server-side WADL internal classes.
-
Uses of Representation in com.sun.research.ws.wadl
Modifier and TypeFieldDescriptionprotected List<Representation>
Request.representation
protected List<Representation>
Response.representation
Modifier and TypeMethodDescriptionObjectFactory.createRepresentation()
Create an instance ofRepresentation
Modifier and TypeMethodDescriptionRequest.getRepresentation()
Gets the value of the representation property.Response.getRepresentation()
Gets the value of the representation property. -
Uses of Representation in org.glassfish.jersey.server.wadl
Modifier and TypeMethodDescriptionWadlGenerator.createRequestRepresentation
(Resource r, ResourceMethod m, MediaType mediaType) -
Uses of Representation in org.glassfish.jersey.server.wadl.internal
Modifier and TypeMethodDescriptionWadlGeneratorImpl.createRequestRepresentation
(Resource r, ResourceMethod m, MediaType mediaType) WadlGeneratorImpl.createResponseRepresentation
(Resource r, ResourceMethod m, MediaType mediaType)