"[EMAIL PROTECTED]" wrote : So I figure that we could create an interface which pluggable URL handlers must implement, and proxy to that. Someday. :-)
This is precisely what OSGi have done, created a new interface which reflects the URLStreamHandler methods and then the proxy can invoke them directly. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189151#4189151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189151 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
