Class Invoker


  • public abstract class Invoker
    extends com.sun.xml.ws.server.sei.Invoker
    Hides the detail of calling into application endpoint implementation.

    Typical host of the JAX-WS RI would want to use InstanceResolver.createDefault(Class) and then use InstanceResolver.createInvoker() to obtain the default invoker implementation.

    Author:
    Jitendra Kotamraju, Kohsuke Kawaguchi