webwork/src/main/webwork/examples/soap SOAPTest.java,NONE,1.1
[email protected] Mon, 20 May 2002 22:27:00 -0700
| Newsgroups | gmane.comp.java.webwork.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/webwork/webwork/src/main/webwork/examples/soap In directory usw-pr-cvs1:/tmp/cvs-serv11834/main/webwork/examples/soap Added Files: SOAPTest.java Log Message: -added support for VoiceXML JSP tags -added support for SOAP JSP tags -updated documentation --- NEW FILE: SOAPTest.java --- /* * WebWork, Web Application Framework * * Distributable under Apache license. * See terms of license at opensource.org */ package webwork.examples.soap; import webwork.action.ActionSupport; import java.util.List; import java.util.ArrayList; /** * Simple SOAP test - empty action * * @author Jeff Haynie ([email protected]) * @version $Revision: 1.1 $ */ public class SOAPTest extends ActionSupport { // Attributes ---------------------------------------------------- // Public -------------------------------------------------------- // Action implementation ----------------------------------------- protected String doExecute() throws Exception { return SUCCESS; } // Protected ----------------------------------------------------- } _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm