org.codehaus.enunciate.template.strategies.jaxws
Class WebFaultLoopStrategy

java.lang.Object
  extended by net.sf.jelly.apt.strategies.TemplateStrategyControl<B>
      extended by net.sf.jelly.apt.strategies.TemplateBlockStrategy<B>
          extended by net.sf.jelly.apt.strategies.TemplateLoopStrategy<L,net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock>
              extended by org.codehaus.enunciate.template.strategies.EnunciateTemplateLoopStrategy<WebFault>
                  extended by org.codehaus.enunciate.template.strategies.jaxws.WebFaultLoopStrategy
All Implemented Interfaces:
net.sf.jelly.apt.strategies.TemplateStrategy<net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock>

public class WebFaultLoopStrategy
extends EnunciateTemplateLoopStrategy<WebFault>

Loop through the web faults of a specified wsdl.

Author:
Ryan Heaton

Constructor Summary
WebFaultLoopStrategy()
           
 
Method Summary
protected  java.util.Iterator<WebFault> getLoop(net.sf.jelly.apt.TemplateModel model)
           
 java.lang.String getVar()
          The variable into which to store the web fault.
 WsdlInfo getWsdl()
          The WSDL from which to list the web faults.
protected  void setupModelForLoop(net.sf.jelly.apt.TemplateModel model, WebFault webFault, int index)
           
 void setVar(java.lang.String var)
          The variable into which to store the web fault.
 void setWsdl(WsdlInfo wsdl)
          The WSDL from which to list the web faults.
 
Methods inherited from class org.codehaus.enunciate.template.strategies.EnunciateTemplateLoopStrategy
getAnnotationProcessorEnvironment, getIdsToJsonSchemas, getModel, getNamespacesToPrefixes, getNamespacesToSchemas, getNamespacesToWSDLs, isVerbose, lookupPrefix, lookupSchema, lookupWSDL
 
Methods inherited from class net.sf.jelly.apt.strategies.TemplateLoopStrategy
preProcess, processBody
 
Methods inherited from class net.sf.jelly.apt.strategies.TemplateBlockStrategy
postProcess
 
Methods inherited from class net.sf.jelly.apt.strategies.TemplateStrategyControl
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFaultLoopStrategy

public WebFaultLoopStrategy()
Method Detail

getLoop

protected java.util.Iterator<WebFault> getLoop(net.sf.jelly.apt.TemplateModel model)
                                        throws net.sf.jelly.apt.TemplateException
Specified by:
getLoop in class net.sf.jelly.apt.strategies.TemplateLoopStrategy<WebFault,net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock>
Throws:
net.sf.jelly.apt.TemplateException

setupModelForLoop

protected void setupModelForLoop(net.sf.jelly.apt.TemplateModel model,
                                 WebFault webFault,
                                 int index)
                          throws net.sf.jelly.apt.TemplateException
Overrides:
setupModelForLoop in class net.sf.jelly.apt.strategies.TemplateLoopStrategy<WebFault,net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock>
Throws:
net.sf.jelly.apt.TemplateException

getVar

public java.lang.String getVar()
The variable into which to store the web fault.

Returns:
The variable into which to store the web fault.

setVar

public void setVar(java.lang.String var)
The variable into which to store the web fault.

Parameters:
var - The variable into which to store the web fault.

getWsdl

public WsdlInfo getWsdl()
The WSDL from which to list the web faults.

Returns:
The WSDL from which to list the web faults.

setWsdl

public void setWsdl(WsdlInfo wsdl)
The WSDL from which to list the web faults.

Parameters:
wsdl - The WSDL from which to list the web faults.