Uses of Class
com.sun.research.ws.wadl.Representation
Packages that use 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
Fields in com.sun.research.ws.wadl with type parameters of type RepresentationModifier and TypeFieldDescriptionprotected List<Representation>Request.representationprotected List<Representation>Response.representationMethods in com.sun.research.ws.wadl that return RepresentationModifier and TypeMethodDescriptionObjectFactory.createRepresentation()Create an instance ofRepresentationMethods in com.sun.research.ws.wadl that return types with arguments of type RepresentationModifier 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
Methods in org.glassfish.jersey.server.wadl that return RepresentationModifier and TypeMethodDescriptionWadlGenerator.createRequestRepresentation(Resource r, ResourceMethod m, MediaType mediaType)  - 
Uses of Representation in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal that return RepresentationModifier and TypeMethodDescriptionWadlGeneratorImpl.createRequestRepresentation(Resource r, ResourceMethod m, MediaType mediaType) WadlGeneratorImpl.createResponseRepresentation(Resource r, ResourceMethod m, MediaType mediaType)