Class Script.Inline

java.lang.Object
com.sun.xml.ws.test.model.Script
com.sun.xml.ws.test.model.Script.Inline
Enclosing class:
Script

public static final class Script.Inline extends Script
Script where the script is given as literal text.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Use a portion of the script as the name.
      Specified by:
      getName in class Script
    • read

      public Reader read()
      Description copied from class: Script
      Returns a new reader that reads the script.
      Specified by:
      read in class Script