CustomFunctions
|-Repository ...... Repository directory
| HelloCustomFunction.zip ...... Repository
+CustomFunction
+CustomFunctions
||.classpath
||.project
||build.xml ...... Ant build definition file
|+bin
|+build
||+classes
||+lib
|| CustomFunctions.jar ...... Custom function jar file
|+src
| +sample
| +transform
| +CustomFunction
| CustomFunctions.java ...... Sample source
+Configuration
| CustomFunctions.xml ...... Transformation function definition file
+Schema
HelloService.xsd ...... Schema used to correct the Hello service adapter |