|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jelly.apt.strategies.TemplateStrategyControl<B>
net.sf.jelly.apt.strategies.TemplateBlockStrategy<B>
net.sf.jelly.apt.strategies.TemplateLoopStrategy<L,net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock>
org.codehaus.enunciate.template.strategies.EnunciateTemplateLoopStrategy<WsdlInfo>
org.codehaus.enunciate.template.strategies.jaxws.WsdlLoopStrategy
public class WsdlLoopStrategy
Strategy that loops through each WSDL.
| Constructor Summary | |
|---|---|
WsdlLoopStrategy()
|
|
| Method Summary | |
|---|---|
WsdlInfo |
getCurrentWsdl()
The current wsdl in the loop. |
protected java.util.Iterator<WsdlInfo> |
getLoop(net.sf.jelly.apt.TemplateModel model)
The loop through the WSDLs. |
java.lang.String |
getVar()
The variable to which to assign the current wsdl in the loop. |
protected void |
setupModelForLoop(net.sf.jelly.apt.TemplateModel model,
WsdlInfo wsdlInfo,
int index)
Sets the namespace variable value, and establishes the namespace and endpoint interfaces for the current wsdl. |
void |
setVar(java.lang.String var)
The variable to which to assign the current wsdl in the loop. |
| 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 |
|---|
public WsdlLoopStrategy()
| Method Detail |
|---|
protected java.util.Iterator<WsdlInfo> getLoop(net.sf.jelly.apt.TemplateModel model)
throws net.sf.jelly.apt.TemplateException
getLoop in class net.sf.jelly.apt.strategies.TemplateLoopStrategy<WsdlInfo,net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock>net.sf.jelly.apt.TemplateException
protected void setupModelForLoop(net.sf.jelly.apt.TemplateModel model,
WsdlInfo wsdlInfo,
int index)
throws net.sf.jelly.apt.TemplateException
setupModelForLoop in class net.sf.jelly.apt.strategies.TemplateLoopStrategy<WsdlInfo,net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock>net.sf.jelly.apt.TemplateExceptionpublic java.lang.String getVar()
public void setVar(java.lang.String var)
var - The variable to which to assign the current wsdl in the loop.public WsdlInfo getCurrentWsdl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||