This project has retired. For details please refer to its Attic page.

Uses of Class
org.apache.wink.common.model.wadl.Representation

Packages that use Representation
org.apache.wink.common.model.wadl   
 

Uses of Representation in org.apache.wink.common.model.wadl
 

Fields in org.apache.wink.common.model.wadl with type parameters of type Representation
protected  List<Representation> Response.representation
           
protected  List<Representation> Request.representation
           
 

Methods in org.apache.wink.common.model.wadl that return Representation
 Representation ObjectFactory.createRepresentation()
          Create an instance of Representation
 

Methods in org.apache.wink.common.model.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.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.