付録A.4 CustomFunctionサンプルプログラムの構成

CustomFunctions
├Repository …… リポジトリのディレクトリ
│ HelloCustomFunction.zip …… リポジトリ
└CustomFunction
 ├CustomFunctions
 ││.classpath
 ││.project
 ││build.xml …… Antビルド定義ファイル
 │├bin
 │├build
 ││├classes
 ││└lib
 ││  CustomFunctions.jar …… カスタムファンクションのjarファイル
 │└src
 │ └sample
 │  └transform
 │   └CustomFunction
 │     CustomFunctions.java …… サンプルソース
 ├Configuration
 │ CustomFunctions.xml …… 変換ファンクション定義ファイル
 └Schema
   HelloService.xsd …… Helloサービスアダプタの修正に使用するスキーマ