dev@jax-ws.java.net

status of mex into jaxws runtime?

From: Bobby Bissett <Robert.Bissett_at_Sun.COM>
Date: Tue, 01 Aug 2006 10:56:18 -0400

Hi,

Just wanted to check since I need to keep track of my status. How's it
going with the mex integration into the jax-ws runtime? I had mentioned
this in an email to Kathy before, but wanted to remind here as well: it
may be worth looking into the possibility of handling policy as a
separate part of the data that is returned. In other words, change
ServiceDescriptor to have these methods:

     public List<Source> getWSDLs()
     public List<Source> getSchemas()
     public List<Source> getPolicies() // the new one

This isn't something we're planning on supporting right now, but I think
it will come up in the future, and it may be easier to add support now
than revisit the issue later. I'd at least like you to look at it while
you're doing the mex integration. I've already made the changes in the
mex code to handle the case, though right now there's no way to call
that getPolicies method with the current ServiceDescriptor.

Thanks,
Bobby