Class ResponseDocumentQNameMethod
- java.lang.Object
-
- com.webcohesion.enunciate.modules.csharp_client.ResponseDocumentQNameMethod
-
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel,freemarker.template.TemplateMethodModelEx,freemarker.template.TemplateModel
public class ResponseDocumentQNameMethod extends Object implements freemarker.template.TemplateMethodModelEx
Gets the QName of the request document for a given method.- Author:
- Ryan Heaton
-
-
Constructor Summary
Constructors Constructor Description ResponseDocumentQNameMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexec(List list)Gets the client-side package for the type, type declaration, package, or their string values.
-
-
-
Method Detail
-
exec
public Object exec(List list) throws freemarker.template.TemplateModelException
Gets the client-side package for the type, type declaration, package, or their string values.- Specified by:
execin interfacefreemarker.template.TemplateMethodModel- Specified by:
execin interfacefreemarker.template.TemplateMethodModelEx- Parameters:
list- The arguments.- Returns:
- The string value of the client-side package.
- Throws:
freemarker.template.TemplateModelException
-
-