org.apache.ode.axis2.util
Class URLEncodedTransformer

java.lang.Object
  extended by org.apache.ode.axis2.util.URLEncodedTransformer

public class URLEncodedTransformer
extends java.lang.Object


Constructor Summary
URLEncodedTransformer()
           
 
Method Summary
 java.lang.String transform(java.util.Map<java.lang.String,org.w3c.dom.Element> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLEncodedTransformer

public URLEncodedTransformer()
Method Detail

transform

public java.lang.String transform(java.util.Map<java.lang.String,org.w3c.dom.Element> values)
Parameters:
values - - a map, the key is a part name (without curly braces), the value the replacement value for the part name. If the value is not a simple type, it will be skipped.
Returns:
the encoded params