Package com.sun.xml.ws.test.model
Class Script.File
- java.lang.Object
-
- com.sun.xml.ws.test.model.Script
-
- com.sun.xml.ws.test.model.Script.File
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.ws.test.model.Script
Script.File, Script.Inline
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Name of the script.Readerread()Returns a new reader that reads the script.
-
-
-
Constructor Detail
-
File
public File(File script)
-
-
Method Detail
-
getName
public String getName()
Description copied from class:ScriptName of the script. This is intended to allow humans to find out which script this is.
-
read
public Reader read() throws IOException
Description copied from class:ScriptReturns a new reader that reads the script.- Specified by:
readin classScript- Throws:
IOException
-
-