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

Packages that use RepresentationType
com.sun.jersey.server.wadl Provides support for WADL configuration and generation. 
com.sun.jersey.server.wadl.generators Provides support for JAXB WADL generation. 
com.sun.jersey.server.wadl.generators.resourcedoc Provides support for JAXB WADL generation for resource classes. 
com.sun.research.ws.wadl   
 

Uses of RepresentationType in com.sun.jersey.server.wadl
 

Methods in com.sun.jersey.server.wadl that return RepresentationType
 RepresentationType WadlGenerator.createRequestRepresentation(AbstractResource r, AbstractResourceMethod m, MediaType mediaType)
           
 RepresentationType WadlGeneratorImpl.createRequestRepresentation(AbstractResource r, AbstractResourceMethod m, MediaType mediaType)
           
 RepresentationType WadlGeneratorImpl.createResponseRepresentation(AbstractResource r, AbstractResourceMethod m, MediaType mediaType)
           
 

Uses of RepresentationType in com.sun.jersey.server.wadl.generators
 

Methods in com.sun.jersey.server.wadl.generators that return RepresentationType
 RepresentationType WadlGeneratorGrammarsSupport.createRequestRepresentation(AbstractResource ar, AbstractResourceMethod arm, MediaType mt)
           
 RepresentationType WadlGeneratorApplicationDoc.createRequestRepresentation(AbstractResource r, AbstractResourceMethod m, MediaType mediaType)
           
 

Uses of RepresentationType in com.sun.jersey.server.wadl.generators.resourcedoc
 

Methods in com.sun.jersey.server.wadl.generators.resourcedoc that return RepresentationType
 RepresentationType WadlGeneratorResourceDocSupport.createRequestRepresentation(AbstractResource r, AbstractResourceMethod m, MediaType mediaType)
           
 

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

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

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

Methods in com.sun.research.ws.wadl that return types with arguments of type RepresentationType
 JAXBElement<RepresentationType> ObjectFactory.createFault(RepresentationType value)
          Create an instance of JAXBElement<RepresentationType>}
 JAXBElement<RepresentationType> ObjectFactory.createRepresentation(RepresentationType value)
          Create an instance of JAXBElement<RepresentationType>}
 List<RepresentationType> Request.getRepresentation()
          Gets the value of the representation property.
 List<JAXBElement<RepresentationType>> Response.getRepresentationOrFault()
          Gets the value of the representationOrFault property.
 

Methods in com.sun.research.ws.wadl with parameters of type RepresentationType
 JAXBElement<RepresentationType> ObjectFactory.createFault(RepresentationType value)
          Create an instance of JAXBElement<RepresentationType>}
 JAXBElement<RepresentationType> ObjectFactory.createRepresentation(RepresentationType value)
          Create an instance of JAXBElement<RepresentationType>}
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.