org.springframework.extensions.webscripts.bean
Class ServiceDescription

java.lang.Object
  extended by org.springframework.extensions.webscripts.AbstractWebScript
      extended by org.springframework.extensions.webscripts.bean.ServiceDescription
All Implemented Interfaces:
WebScript

public class ServiceDescription
extends AbstractWebScript

Retrieves a Web Script Description Document

Author:
davidc

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
AbstractWebScript.ScriptDetails
 
Constructor Summary
ServiceDescription()
           
 
Method Summary
 void execute(WebScriptRequest req, WebScriptResponse res)
          Execute the Service
 
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDescription

public ServiceDescription()
Method Detail

execute

public void execute(WebScriptRequest req,
                    WebScriptResponse res)
             throws IOException
Description copied from interface: WebScript
Execute the Service

Parameters:
req - WebScriptRequest representing the request to this service
res - WebScriptResponse encapsulating the result of this service
Throws:
IOException


Copyright © 2009 SpringSource, Inc. All Rights Reserved.