Lines Matching refs:Endpoint

72 public abstract class Endpoint {
91 * one of the {@link javax.xml.ws.Endpoint#publish(String)} and
92 * {@link javax.xml.ws.Endpoint#publish(Object)} methods.
100 public static Endpoint create(Object implementor) {
111 * one of the {@link javax.xml.ws.Endpoint#publish(String)} and
112 * {@link javax.xml.ws.Endpoint#publish(Object)} methods.
125 public static Endpoint create(Object implementor, WebServiceFeature ... features) {
134 * one of the {@link javax.xml.ws.Endpoint#publish(String)} and
135 * {@link javax.xml.ws.Endpoint#publish(Object)} methods.
146 public static Endpoint create(String bindingId, Object implementor) {
155 * one of the {@link javax.xml.ws.Endpoint#publish(String)} and
156 * {@link javax.xml.ws.Endpoint#publish(Object)} methods.
171 public static Endpoint create(String bindingId, Object implementor, WebServiceFeature ... features) {
194 * use the {@link javax.xml.ws.Endpoint#publish(Object)} method instead.
222 * use the {@link javax.xml.ws.Endpoint#create(String,Object)} and
223 * {@link javax.xml.ws.Endpoint#publish(Object)} methods instead.
239 public static Endpoint publish(String address, Object implementor) {
252 * use the {@link javax.xml.ws.Endpoint#create(String,Object)} and
253 * {@link javax.xml.ws.Endpoint#publish(Object)} methods instead.
271 public static Endpoint publish(String address, Object implementor, WebServiceFeature ... features) {
375 * Returns the executor for this <code>Endpoint</code>instance.
388 * Sets the executor for this <code>Endpoint</code> instance.
393 * If this <code>Endpoint</code> is published using the
411 * Returns the property bag for this <code>Endpoint</code> instance.
419 * Sets the property bag for this <code>Endpoint</code> instance.
428 * this <code>Endpoint</code> instance.
436 * @return EndpointReference of this <code>Endpoint</code> instance.
442 * the <code>EndpointReference</code> or if the <code>Endpoint</code> is
456 * this <code>Endpoint</code> instance.
462 * <code>Endpoint</code> instance.
468 * the <code>EndpointReference</code> or if the <code>Endpoint</code> is