org.apache.axis.components.script

Interface Script

Known Implementing Classes:
BSF

public interface Script

This interface defines a Script module functionality
Author:
Davanum Srinivas
Since:
2.0

Method Summary

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

Method Details

run

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

Copyright © 2005 Apache Web Services Project. All Rights Reserved.