org.jboss.axis.components.script
Interface Script


public interface Script

This interface defines a Script module functionality

Since:
2.0
Version:
$Revision: 1.1.2.1 $ $Date: 2005/03/02 14:28:51 $
Author:
Davanum Srinivas

Method Summary
 Object run(String language, String name, String scriptStr, String methodName, Object[] argValues)
           
 

Method Detail

run

Object run(String language,
           String name,
           String scriptStr,
           String methodName,
           Object[] argValues)
           throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.