|
|||||||||
| 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<WebMessage>
org.codehaus.enunciate.template.strategies.jaxws.WebMessageLoopStrategy
public class WebMessageLoopStrategy
Loop through the web messages unique to either a web method or a wsdl. Priority is given to the specified web method.
| Constructor Summary | |
|---|---|
WebMessageLoopStrategy()
|
|
| Method Summary | |
|---|---|
protected java.util.Iterator<WebMessage> |
getLoop(net.sf.jelly.apt.TemplateModel model)
|
java.lang.String |
getVar()
The variable in which to put the message. |
WebMethod |
getWebMethod()
The web method. |
WsdlInfo |
getWsdl()
The wsdl containing the web messages. |
boolean |
isIncludeFaults()
Whether or not to include faults. |
boolean |
isIncludeHeaders()
Whether or not to include headers. |
boolean |
isIncludeInput()
Whether or not to include input. |
boolean |
isIncludeOutput()
Whether or not to include output. |
void |
setIncludeFaults(boolean includeFaults)
Whether or not to include faults. |
void |
setIncludeHeaders(boolean includeHeaders)
Whether or not to include headers. |
void |
setIncludeInput(boolean includeInput)
Whether or not to include input. |
void |
setIncludeOutput(boolean includeOutput)
Whether or not to include output. |
protected void |
setupModelForLoop(net.sf.jelly.apt.TemplateModel model,
WebMessage webMessage,
int index)
|
void |
setVar(java.lang.String var)
The variable in which to put the message. |
void |
setWebMethod(WebMethod webMethod)
The web method. |
void |
setWsdl(WsdlInfo wsdl)
The wsdl containing the web messages. |
| 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 WebMessageLoopStrategy()
| Method Detail |
|---|
protected java.util.Iterator<WebMessage> getLoop(net.sf.jelly.apt.TemplateModel model)
throws net.sf.jelly.apt.TemplateException
getLoop in class net.sf.jelly.apt.strategies.TemplateLoopStrategy<WebMessage,net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock>net.sf.jelly.apt.TemplateException
protected void setupModelForLoop(net.sf.jelly.apt.TemplateModel model,
WebMessage webMessage,
int index)
throws net.sf.jelly.apt.TemplateException
setupModelForLoop in class net.sf.jelly.apt.strategies.TemplateLoopStrategy<WebMessage,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 in which to put the message.public boolean isIncludeInput()
public void setIncludeInput(boolean includeInput)
includeInput - Whether or not to include input.public boolean isIncludeOutput()
public void setIncludeOutput(boolean includeOutput)
includeOutput - Whether or not to include output.public boolean isIncludeHeaders()
public void setIncludeHeaders(boolean includeHeaders)
includeHeaders - Whether or not to include headers.public boolean isIncludeFaults()
public void setIncludeFaults(boolean includeFaults)
includeFaults - Whether or not to include faults.public WebMethod getWebMethod()
public void setWebMethod(WebMethod webMethod)
webMethod - The web method.public WsdlInfo getWsdl()
public void setWsdl(WsdlInfo wsdl)
wsdl - The wsdl containing the web messages.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||