You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by yulinxp <yu...@gmail.com> on 2008/02/05 22:52:08 UTC

How to use Mtom in Simple FrontEnd

The mtom sample uses JAX-WS frontend and annotation.
Wondering how to use for  Simple FrontEnd.
-- 
View this message in context: http://www.nabble.com/How-to-use-Mtom-in-Simple-FrontEnd-tp15299815p15299815.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: How to use Mtom in Simple FrontEnd

Posted by Benson Margulies <bi...@gmail.com>.
Aegis will use MTOM whether you want it to or not if you have a
DataBinding object. I did some work on this for 2.1; your mileage may
vary with 2.0.4.

On Tue, 2008-02-05 at 13:52 -0800, yulinxp wrote:
> The mtom sample uses JAX-WS frontend and annotation.
> Wondering how to use for  Simple FrontEnd.