Uses of Class
com.eviware.soapui.impl.rest.RestRequestInterface.RequestMethod

Packages that use RestRequestInterface.RequestMethod
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.support   
com.eviware.soapui.impl.support.http   
com.eviware.soapui.impl.support.wsa   
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.submit.transports.http RequestTransport implementations 
com.eviware.soapui.impl.wsdl.submit.transports.http.support.methods   
 

Uses of RestRequestInterface.RequestMethod in com.eviware.soapui.impl.rest
 

Methods in com.eviware.soapui.impl.rest that return RestRequestInterface.RequestMethod
 RestRequestInterface.RequestMethod RestRequest.getMethod()
           
 RestRequestInterface.RequestMethod RestMethod.getMethod()
           
static RestRequestInterface.RequestMethod[] RestRequestInterface.RequestMethod.getMethods()
           
static RestRequestInterface.RequestMethod RestRequestInterface.RequestMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RestRequestInterface.RequestMethod[] RestRequestInterface.RequestMethod.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 RestRequestInterface.RequestMethod
 void RestRequest.setMethod(RestRequestInterface.RequestMethod method)
           
 void RestMethod.setMethod(RestRequestInterface.RequestMethod method)
           
 

Uses of RestRequestInterface.RequestMethod in com.eviware.soapui.impl.support
 

Methods in com.eviware.soapui.impl.support that return RestRequestInterface.RequestMethod
 RestRequestInterface.RequestMethod AbstractHttpRequestInterface.getMethod()
           
abstract  RestRequestInterface.RequestMethod AbstractHttpRequest.getMethod()
           
 

Uses of RestRequestInterface.RequestMethod in com.eviware.soapui.impl.support.http
 

Methods in com.eviware.soapui.impl.support.http that return RestRequestInterface.RequestMethod
 RestRequestInterface.RequestMethod HttpRequest.getMethod()
           
 

Methods in com.eviware.soapui.impl.support.http with parameters of type RestRequestInterface.RequestMethod
 void HttpRequestInterface.setMethod(RestRequestInterface.RequestMethod method)
           
 void HttpRequest.setMethod(RestRequestInterface.RequestMethod method)
           
 

Uses of RestRequestInterface.RequestMethod in com.eviware.soapui.impl.support.wsa
 

Methods in com.eviware.soapui.impl.support.wsa that return RestRequestInterface.RequestMethod
 RestRequestInterface.RequestMethod WsaRequest.getMethod()
           
 

Uses of RestRequestInterface.RequestMethod in com.eviware.soapui.impl.wsdl
 

Methods in com.eviware.soapui.impl.wsdl that return RestRequestInterface.RequestMethod
 RestRequestInterface.RequestMethod WsdlRequest.getMethod()
           
 

Uses of RestRequestInterface.RequestMethod in com.eviware.soapui.impl.wsdl.submit.transports.http
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http that return RestRequestInterface.RequestMethod
 RestRequestInterface.RequestMethod HttpResponse.getMethod()
           
 RestRequestInterface.RequestMethod ExtendedHttpMethod.getMethod()
           
 RestRequestInterface.RequestMethod BaseHttpResponse.getMethod()
           
 

Uses of RestRequestInterface.RequestMethod in com.eviware.soapui.impl.wsdl.submit.transports.http.support.methods
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http.support.methods that return RestRequestInterface.RequestMethod
 RestRequestInterface.RequestMethod ExtendedTraceMethod.getMethod()
           
 RestRequestInterface.RequestMethod ExtendedPutMethod.getMethod()
           
 RestRequestInterface.RequestMethod ExtendedPostMethod.getMethod()
           
 RestRequestInterface.RequestMethod ExtendedOptionsMethod.getMethod()
           
 RestRequestInterface.RequestMethod ExtendedHeadMethod.getMethod()
           
 RestRequestInterface.RequestMethod ExtendedGetMethod.getMethod()
           
 RestRequestInterface.RequestMethod ExtendedDeleteMethod.getMethod()
           
 



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