> On Mar 31, 2016, at 1:49 PM, Maxim Solodovnik <[email protected]> wrote: > > I wonder is it possible to getPort of javax.xml.ws.Service without > interface? > Maybe via some trick? :)
What would the return be? The point of the getPort is to provide a usable object that implements the given interface. Without it, what would the return object be? -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
