Uses of Class
org.jvnet.ws.wadl.Representation

Packages that use Representation
org.jvnet.ws.wadl   
org.jvnet.ws.wadl.ast Classes to insulate code generator from JAXB generated classes. 
 

Uses of Representation in org.jvnet.ws.wadl
 

Fields in org.jvnet.ws.wadl with type parameters of type Representation
protected  List<Representation> Response.representation
           
protected  List<Representation> Request.representation
           
 

Methods in org.jvnet.ws.wadl that return Representation
 Representation ObjectFactory.createRepresentation()
          Create an instance of Representation
 

Methods in org.jvnet.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.jvnet.ws.wadl.ast
 

Methods in org.jvnet.ws.wadl.ast with parameters of type Representation
protected  RepresentationNode WadlAstBuilder.createRepresentationNode(Representation representation, URI file)
          Add a representation to a method's input or output list.
protected  void WadlAstBuilder.extractRepresentationId(Representation r, URI file)
          Extract the id from a representation element and add to the representation map.
 

Constructors in org.jvnet.ws.wadl.ast with parameters of type Representation
FaultNode(Representation f)
          Creates a new instance of FaultNode.
RepresentationNode(Representation r)
          Creates a new instance of RepresentationNode.
 



Copyright © 2014. All Rights Reserved.