Package com.sun.xml.ws.test.model
Class Script
java.lang.Object
com.sun.xml.ws.test.model.Script
- Direct Known Subclasses:
Script.File,Script.Inline
Bean shell script.
- Author:
- Kohsuke Kawaguchi
-
Method Details
-
getName
Name of the script. This is intended to allow humans to find out which script this is. -
read
Returns a new reader that reads the script.- Throws:
IOException
-
getSource
-