Thank you, Willem.
I understood your decision.
And i think, that may be create (?)-consumer (with cxf base), which can
create a full web-service from the clear java bean.
for example
>
> class MyJavaBean {
> public String getEcho(String value){
> return " echo:" + value; }
> }
>
> and in the config-endpoint
> <... serviceClass="MyJavaBean"
>>
>
>
when client call the web-service (method "getEcho"), then (?)-endpoint run
the method "getEcho" of "MyJavaBean" and return the result to the client.
and parameter will be to transmit in the some "to"-endpoint.
Thanks
Evgeny
--
View this message in context:
http://www.nabble.com/webservice-response-tp16960229s22882p17048959.html
Sent from the Camel - Users mailing list archive at Nabble.com.