com.eviware.soapui.impl.wsdl.submit.filters
Class PropertyExpansionRequestFilter
java.lang.Object
com.eviware.soapui.impl.wsdl.submit.filters.AbstractRequestFilter
com.eviware.soapui.impl.wsdl.submit.filters.PropertyExpansionRequestFilter
- All Implemented Interfaces:
- RequestFilter
public class PropertyExpansionRequestFilter
- extends AbstractRequestFilter
RequestFilter that expands properties in request content
- Author:
- Ole.Matzura
Field Summary |
static org.apache.log4j.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.apache.log4j.Logger log
PropertyExpansionRequestFilter
public PropertyExpansionRequestFilter()
filterAbstractHttpRequest
public void filterAbstractHttpRequest(SubmitContext context,
AbstractHttpRequest<?> httpRequest)
- Overrides:
filterAbstractHttpRequest
in class AbstractRequestFilter
expandProperties
public static java.lang.String expandProperties(SubmitContext context,
java.lang.String content)
- Deprecated.
getGlobalProperty
public static java.lang.String getGlobalProperty(java.lang.String propertyName)
- Deprecated.
extractXPathPropertyValue
public static java.lang.String extractXPathPropertyValue(java.lang.Object property,
java.lang.String xpath)
- Deprecated. Use
ResolverUtils.extractXPathPropertyValue(Object,String)
instead
Copyright © 2005-2008 eviware.com. All Rights Reserved.