com.eviware.soapui.support.resolver
Class ChangeRestMethodResolver

java.lang.Object
  extended by com.eviware.soapui.support.resolver.ChangeRestMethodResolver
All Implemented Interfaces:
ResolveContext.Resolver

public abstract class ChangeRestMethodResolver
extends java.lang.Object
implements ResolveContext.Resolver


Constructor Summary
ChangeRestMethodResolver(RestTestRequestStep testStep)
           
 
Method Summary
 java.lang.String getDescription()
           
protected abstract  Interface[] getInterfaces(WsdlProject project)
           
 java.lang.String getResolvedPath()
           
 RestMethod getSelectedRestMethod()
           
 boolean isResolved()
           
 boolean resolve()
           
 java.lang.String toString()
           
abstract  boolean update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeRestMethodResolver

public ChangeRestMethodResolver(RestTestRequestStep testStep)
Method Detail

getResolvedPath

public java.lang.String getResolvedPath()
Specified by:
getResolvedPath in interface ResolveContext.Resolver

isResolved

public boolean isResolved()
Specified by:
isResolved in interface ResolveContext.Resolver

resolve

public boolean resolve()
Specified by:
resolve in interface ResolveContext.Resolver

update

public abstract boolean update()

getInterfaces

protected abstract Interface[] getInterfaces(WsdlProject project)

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ResolveContext.Resolver

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getSelectedRestMethod

public RestMethod getSelectedRestMethod()


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