org.codehaus.enunciate.template.freemarker
Class ForEachWebFaultTransform

java.lang.Object
  extended by net.sf.jelly.apt.freemarker.FreemarkerTransform<WebFaultLoopStrategy>
      extended by org.codehaus.enunciate.template.freemarker.ForEachWebFaultTransform
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

public class ForEachWebFaultTransform
extends net.sf.jelly.apt.freemarker.FreemarkerTransform<WebFaultLoopStrategy>

Transform for iterating over each web fault of a WSDL.

Author:
Ryan Heaton

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
ForEachWebFaultTransform(java.lang.String namespace)
          Construct a new transform under the specified namespace.
 
Method Summary
 WebFaultLoopStrategy newStrategy()
           
 
Methods inherited from class net.sf.jelly.apt.freemarker.FreemarkerTransform
convertString, findSetter, getTransformName, getTransformNamespace, getWriter, setupStrategy, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForEachWebFaultTransform

public ForEachWebFaultTransform(java.lang.String namespace)
Construct a new transform under the specified namespace. null or "" means the root namespace.

Parameters:
namespace - The namespace.
Method Detail

newStrategy

public WebFaultLoopStrategy newStrategy()
Specified by:
newStrategy in class net.sf.jelly.apt.freemarker.FreemarkerTransform<WebFaultLoopStrategy>