Package com.eviware.soapui.impl.rest.actions.support.NewRestResourceActionBase

Examples of com.eviware.soapui.impl.rest.actions.support.NewRestResourceActionBase.ParamLocation


        public void setParamLocation(ParamLocation paramLocation) {
            if (this.paramLocation == paramLocation) {
                return;
            }
            ParamLocation old = this.paramLocation;
            this.paramLocation = paramLocation;
            propertySupport.firePropertyChange(PARAM_LOCATION, old, this.paramLocation);
        }
View Full Code Here

TOP

Related Classes of com.eviware.soapui.impl.rest.actions.support.NewRestResourceActionBase.ParamLocation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.