com.eviware.soapui.impl.wsdl.submit.filters
Class PropertyExpansionRequestFilter

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.submit.filters.AbstractRequestFilter
      extended by 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
           
 
Constructor Summary
PropertyExpansionRequestFilter()
           
 
Method Summary
static java.lang.String expandProperties(SubmitContext context, java.lang.String content)
          Deprecated. Use PropertyExpansionUtils#expandProperties(SubmitContext,String) instead
static java.lang.String extractXPathPropertyValue(java.lang.Object property, java.lang.String xpath)
          Deprecated. Use ResolverUtils.extractXPathPropertyValue(Object,String) instead
 void filterRequest(SubmitContext context, WsdlRequest wsdlRequest)
           
static java.lang.String getGlobalProperty(java.lang.String propertyName)
          Deprecated. Use PropertyExpansionUtils.getGlobalProperty(String) instead
 
Methods inherited from class com.eviware.soapui.impl.wsdl.submit.filters.AbstractRequestFilter
afterRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Logger log
Constructor Detail

PropertyExpansionRequestFilter

public PropertyExpansionRequestFilter()
Method Detail

filterRequest

public void filterRequest(SubmitContext context,
                          WsdlRequest wsdlRequest)

expandProperties

public static java.lang.String expandProperties(SubmitContext context,
                                                java.lang.String content)
Deprecated. Use PropertyExpansionUtils#expandProperties(SubmitContext,String) instead


getGlobalProperty

public static java.lang.String getGlobalProperty(java.lang.String propertyName)
Deprecated. Use PropertyExpansionUtils.getGlobalProperty(String) instead


extractXPathPropertyValue

public static java.lang.String extractXPathPropertyValue(java.lang.Object property,
                                                         java.lang.String xpath)
Deprecated. Use ResolverUtils.extractXPathPropertyValue(Object,String) instead



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