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

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.submit.filters.PropertyExpansionRequestFilter
All Implemented Interfaces:
RequestFilter

public class PropertyExpansionRequestFilter
extends java.lang.Object
implements RequestFilter

RequestFilter that expands properties in request content

Author:
Ole.Matzura

Constructor Summary
PropertyExpansionRequestFilter()
           
 
Method Summary
static java.lang.String expandProperties(SubmitContext context, java.lang.String content)
           
static java.lang.String extractXPathPropertyValue(java.lang.Object property, java.lang.String xpath)
           
 void filterRequest(SubmitContext context, WsdlRequest wsdlRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyExpansionRequestFilter

public PropertyExpansionRequestFilter()
Method Detail

filterRequest

public void filterRequest(SubmitContext context,
                          WsdlRequest wsdlRequest)
Specified by:
filterRequest in interface RequestFilter

expandProperties

public static java.lang.String expandProperties(SubmitContext context,
                                                java.lang.String content)

extractXPathPropertyValue

public static java.lang.String extractXPathPropertyValue(java.lang.Object property,
                                                         java.lang.String xpath)


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