jaxws/src/share/jaxws_classes/javax/xml/ws/spi/Invoker.java
changeset 25840 c2002453eec3
parent 22678 ac1ea46be942
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
    41  * care of invoking <code>javax.annotation.PostConstruct</code> methods,
    41  * care of invoking <code>javax.annotation.PostConstruct</code> methods,
    42  * if present, on the endpoint implementation.
    42  * if present, on the endpoint implementation.
    43  *
    43  *
    44  * @see Provider#createEndpoint(String, Class, Invoker, WebServiceFeature...)
    44  * @see Provider#createEndpoint(String, Class, Invoker, WebServiceFeature...)
    45  * @author Jitendra Kotamraju
    45  * @author Jitendra Kotamraju
    46  * @since JAX-WS 2.2
    46  * @since 1.7, JAX-WS 2.2
    47  */
    47  */
    48 
    48 
    49 public abstract class Invoker {
    49 public abstract class Invoker {
    50 
    50 
    51     /**
    51     /**