// VCSSLから呼ばれた際に実行する処理を実装する @Override public String[] process(String functionName, String[] args) { if (functionName.equals("exampleFunction")) { ...