More on JAXWS and WSIT MTOM interoperability ...
In my previous
blog I talked about the latest MTOM work I am doing in JAXWS 2.0.1 EA. As you already know that JAXWS 2.0.1 EA with WSIT jars enable WS-* supports, such as WS-Addressing, WS-Reliable Messaging, WS-Security etc.
So what that extra interoperability MTOM feature in JAXWS 2.0.1 EA will bring
in when used with or without WSIT?...
MTOM and WSIT
JAXWS RI 2.0 FCS was released last week and we are working on JAXWS
2.0.1 EA. JAXWS 2.0.1 EA is re-architected for better performance and to a greater extent a pluggable architecture
that allows WSIT components such as WS-Policy, WS-Reliable Messaging etc. to
plug-in both at runtime and tool time. Checkout
WSIT project on java.net. Read more info
on WSIT is here.
As...
JAXWS 2.0 RI Final or FCS
version is
out with a well tested MTOM support. Functionality wise its same as
the EA3 release but has some very important bug fixes.
There are several bug fixes related to MTOM but I would like to mention couple of
important ones:
Now @XmlMimeType can be used to annotate a method parameter or return types.
This would result into xmime:...