Lines Matching refs:Service

31 import javax.xml.ws.Service;
40 * Service delegates are used internally by <code>Service</code> objects
43 * Every <code>Service</code> object has its own delegate, created using
44 * the {@link javax.xml.ws.spi.Provider#createServiceDelegate} method. A <code>Service</code>
47 * @see javax.xml.ws.Service
66 * @param serviceEndpointInterface Service endpoint interface
97 * @param serviceEndpointInterface Service endpoint interface
143 * the WSDL associated with this <code>Service</code> instance or
145 * If this <code>Service</code> instance has a WSDL and
148 * If this <code>Service</code> instance does not have a WSDL and
152 * If this <code>Service</code> instance has a known proxy
165 * associated with this <code>Service</code> instance.
170 * @param serviceEndpointInterface Service endpoint interface.
184 * <code>Service</code> instance.
212 * @param serviceEndpointInterface Service endpoint interface
238 * @param serviceEndpointInterface Service endpoint interface
307 Service.Mode mode);
340 Service.Mode mode, WebServiceFeature... features);
354 * the WSDL associated with this <code>Service</code> instance or
356 * If this <code>Service</code> instance has a WSDL and
359 * If this <code>Service</code> instance does not have a WSDL and
396 * with this <code>Service</code> instance.
412 Class<T> type, Service.Mode mode,
437 JAXBContext context, Service.Mode mode);
468 JAXBContext context, Service.Mode mode, WebServiceFeature... features);
482 * the WSDL associated with this <code>Service</code> instance or
484 * If this <code>Service</code> instance has a WSDL and
488 * If this <code>Service</code> instance does not have a WSDL and
523 * with this <code>Service</code> instance.
538 JAXBContext context, Service.Mode mode,
555 * @throws WebServiceException If this Service class does not
561 * Gets the location of the WSDL document for this Service.
572 * used by this <code>Service</code> instance, or <code>null</code>
578 * Sets the <code>HandlerResolver</code> for this <code>Service</code>
593 * Returns the executor for this <code>Service</code>instance.
606 * Sets the executor for this <code>Service</code> instance.