org.codehaus.enunciate.template.freemarker
Class ForEachServiceEndpointTransform

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

public class ForEachServiceEndpointTransform
extends net.sf.jelly.apt.freemarker.FreemarkerTransform<ServiceEndpointLoopStrategy>

Author:
Ryan Heaton

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
ForEachServiceEndpointTransform(java.lang.String namespace)
           
 
Method Summary
 ServiceEndpointLoopStrategy 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

ForEachServiceEndpointTransform

public ForEachServiceEndpointTransform(java.lang.String namespace)
Method Detail

newStrategy

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