Uses of Class
com.eviware.soapui.impl.rest.RestRepresentation.Type

Packages that use RestRepresentation.Type
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.rest.panels.method   
com.eviware.soapui.impl.rest.panels.request.inspectors.representations   
 

Uses of RestRepresentation.Type in com.eviware.soapui.impl.rest
 

Methods in com.eviware.soapui.impl.rest that return RestRepresentation.Type
 RestRepresentation.Type RestRepresentation.getType()
           
static RestRepresentation.Type RestRepresentation.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RestRepresentation.Type[] RestRepresentation.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eviware.soapui.impl.rest with parameters of type RestRepresentation.Type
 RestRepresentation RestMethod.addNewRepresentation(RestRepresentation.Type type)
           
 RestRepresentation[] RestRequestInterface.getRepresentations(RestRepresentation.Type type)
           
 RestRepresentation[] RestRequest.getRepresentations(RestRepresentation.Type type)
           
 RestRepresentation[] RestRequestInterface.getRepresentations(RestRepresentation.Type type, java.lang.String mediaType)
           
 RestRepresentation[] RestRequest.getRepresentations(RestRepresentation.Type type, java.lang.String mediaType)
           
 RestRepresentation[] RestMethod.getRepresentations(RestRepresentation.Type type, java.lang.String mediaType)
           
 void RestRepresentation.setType(RestRepresentation.Type type)
           
 

Uses of RestRepresentation.Type in com.eviware.soapui.impl.rest.panels.method
 

Constructors in com.eviware.soapui.impl.rest.panels.method with parameters of type RestRepresentation.Type
RestRepresentationsTable(RestMethod restMethod, RestRepresentation.Type[] types, boolean readOnly)
           
 

Uses of RestRepresentation.Type in com.eviware.soapui.impl.rest.panels.request.inspectors.representations
 

Methods in com.eviware.soapui.impl.rest.panels.request.inspectors.representations with parameters of type RestRepresentation.Type
protected  void RestResponseRepresentationsInspector.extractRepresentation(HttpResponse response, RestRepresentation.Type type)
           
 

Constructors in com.eviware.soapui.impl.rest.panels.request.inspectors.representations with parameters of type RestRepresentation.Type
AbstractRestRepresentationsInspector(RestMethod restMethod, java.lang.String name, java.lang.String description, RestRepresentation.Type[] types)
           
 



Copyright © 2005-2010 eviware.com. All Rights Reserved.