< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/Invoker.java

Print this page

        

*** 37,47 **** * Hides the detail of calling into application endpoint implementation. * * <p> * Typical host of the JAX-WS RI would want to use * {@link InstanceResolver#createDefault(Class)} and then ! * use <tt>{@link InstanceResolver#createInvoker()} to obtain * the default invoker implementation. * * * @author Jitendra Kotamraju * @author Kohsuke Kawaguchi --- 37,47 ---- * Hides the detail of calling into application endpoint implementation. * * <p> * Typical host of the JAX-WS RI would want to use * {@link InstanceResolver#createDefault(Class)} and then ! * use {@link InstanceResolver#createInvoker()} to obtain * the default invoker implementation. * * * @author Jitendra Kotamraju * @author Kohsuke Kawaguchi
< prev index next >