Uses of Class
com.sun.research.ws.wadl.Representation
-
Packages that use Representation 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. -
-
Uses of Representation in com.sun.research.ws.wadl
Fields in com.sun.research.ws.wadl with type parameters of type Representation Modifier and Type Field Description protected List<Representation>Request. representationprotected List<Representation>Response. representationMethods in com.sun.research.ws.wadl that return Representation Modifier and Type Method Description RepresentationObjectFactory. createRepresentation()Create an instance ofRepresentationMethods in com.sun.research.ws.wadl that return types with arguments of type Representation Modifier and Type Method Description List<Representation>Request. getRepresentation()Gets the value of the representation property.List<Representation>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 Representation Modifier and Type Method Description RepresentationWadlGenerator. 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 Representation Modifier and Type Method Description RepresentationWadlGeneratorImpl. createRequestRepresentation(Resource r, ResourceMethod m, MediaType mediaType)RepresentationWadlGeneratorImpl. createResponseRepresentation(Resource r, ResourceMethod m, MediaType mediaType)
-