Uses of Class
com.sun.research.ws.wadl.Representation

Packages that use Representation
com.sun.research.ws.wadl   
org.glassfish.jersey.server.wadl   
org.glassfish.jersey.server.wadl.internal   
org.glassfish.jersey.server.wadl.internal.generators   
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc   
 

Uses of Representation in com.sun.research.ws.wadl
 

Fields in com.sun.research.ws.wadl with type parameters of type Representation
protected  List<Representation> Response.representation
           
protected  List<Representation> Request.representation
           
 

Methods in com.sun.research.ws.wadl that return Representation
 Representation ObjectFactory.createRepresentation()
          Create an instance of Representation
 

Methods in com.sun.research.ws.wadl that return types with arguments of type Representation
 List<Representation> Response.getRepresentation()
          Gets the value of the representation property.
 List<Representation> Request.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
 Representation WadlGenerator.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
 Representation WadlGeneratorImpl.createRequestRepresentation(Resource r, ResourceMethod m, MediaType mediaType)
           
 Representation WadlGeneratorImpl.createResponseRepresentation(Resource r, ResourceMethod m, MediaType mediaType)
           
 

Uses of Representation in org.glassfish.jersey.server.wadl.internal.generators
 

Methods in org.glassfish.jersey.server.wadl.internal.generators that return Representation
 Representation WadlGeneratorGrammarsSupport.createRequestRepresentation(Resource ar, ResourceMethod arm, MediaType mt)
           
 Representation WadlGeneratorJAXBGrammarGenerator.createRequestRepresentation(Resource ar, ResourceMethod arm, MediaType mt)
           
 Representation WadlGeneratorApplicationDoc.createRequestRepresentation(Resource r, ResourceMethod m, MediaType mediaType)
           
 

Uses of Representation in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
 

Methods in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc that return Representation
 Representation WadlGeneratorResourceDocSupport.createRequestRepresentation(Resource r, ResourceMethod m, MediaType mediaType)
           
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.