dev@jax-ws.java.net

JAXWS Extensions

From: Jayakarthik Jayabalan <jjayabal_at_in.ibm.com>
Date: Wed, 20 Feb 2008 09:34:05 +0530

Hi,

I am from IBM Java 6 Development team, this is regarding few
clarifications needed on JAXWS extension mechanisms.

So our requirement is to support JMS binding in the JDK,that is,SOAP over
JMS.But the current JDK supports only SOAP over HTTP.So our initial plan
was to try to do this only with extension without any base JDK changes but
on my investigations,it appears to me that JDK also needs some changes as
there are few places where the validation checks are done for HTTP.

I went through the link https://jms-ws-transport.dev.java.net/ but that
does not appear to be related to our requirement.

Please find the attached document for the changes proposed for supporting
this JMS binding,Could you please have a look at it and let me know if it
is fine/any alternatives available/ if it can be done without the JDK
changes?Please correct me if am wrong in my understanding of this
extension mechanism or in my changes.



Also I have a doubt like in
com.sun.tools.internal.ws.api.TJavaGeneratorExtension,there is only a
function called writeMethodAnnotations() for writing annotations over
methods but there is no method to write annotations over the class,So is
it like this cannot be achieved by using Extension mechanism?


Thanks&Regards
J.JayaKarthik