tmf wrote:
> 
> Now my questions
> 1. Is is possible to insert an own written java application in servicemix?
> 

--> Yes, you may write a bean su for this purpose. Look at servicemix-bean
component for details. 



tmf wrote:
> 
> 2. Is it possible that the java application only gets the string of the
> path of the file (or the file itself) as input to make tranformations?
> --> something like that
>        public void doSomethig (String inputPath){
>       //make some transformations
>        }
> 

--> You can write your own FileMarshaler class passing only the path of the
file. Look at the servicemix-file component for how to do this.

If you got further questions just ask here.

Regards,
Lars

-- 
View this message in context: 
http://www.nabble.com/ServiceMix-File-component-tp15839219s12049p15844750.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to