com.eviware.soapui.impl.wsdl.teststeps
Class SettingPathPropertySupport

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.teststeps.AbstractPathPropertySupport
      extended by com.eviware.soapui.impl.wsdl.teststeps.SettingPathPropertySupport

public class SettingPathPropertySupport
extends AbstractPathPropertySupport


Constructor Summary
SettingPathPropertySupport(AbstractWsdlModelItem<?> modelItem, java.lang.String settingName)
           
SettingPathPropertySupport(AbstractWsdlModelItem<?> modelItem, java.lang.String settingName, java.lang.String defaultValue)
           
 
Method Summary
 java.lang.String getPropertyValue()
           
 void setPropertyValue(java.lang.String value)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.AbstractPathPropertySupport
containsPropertyExpansion, expand, expand, expandUrl, get, getModelItem, getPropertyName, notifyUpdate, resolveFile, resolveFile, resolveFolder, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingPathPropertySupport

public SettingPathPropertySupport(AbstractWsdlModelItem<?> modelItem,
                                  java.lang.String settingName)

SettingPathPropertySupport

public SettingPathPropertySupport(AbstractWsdlModelItem<?> modelItem,
                                  java.lang.String settingName,
                                  java.lang.String defaultValue)
Method Detail

setPropertyValue

public void setPropertyValue(java.lang.String value)
                      throws java.lang.IllegalAccessException,
                             java.lang.reflect.InvocationTargetException
Specified by:
setPropertyValue in class AbstractPathPropertySupport
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

getPropertyValue

public java.lang.String getPropertyValue()
                                  throws java.lang.IllegalAccessException,
                                         java.lang.reflect.InvocationTargetException,
                                         java.lang.NoSuchMethodException
Specified by:
getPropertyValue in class AbstractPathPropertySupport
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException


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