Java™ Platform
Standard Ed. 6

Uses of Class
javax.xml.ws.WebServiceFeature

Packages that use WebServiceFeature
javax.xml.ws This package contains the core JAX-WS APIs. 
javax.xml.ws.soap This package defines APIs specific to the SOAP binding. 
javax.xml.ws.spi This package defines SPIs for JAX-WS. 
 

Uses of WebServiceFeature in javax.xml.ws
 

Subclasses of WebServiceFeature in javax.xml.ws
 class RespectBindingFeature
          This feature clarifies the use of the wsdl:binding in a JAX-WS runtime.
 

Methods in javax.xml.ws with parameters of type WebServiceFeature
<T> Dispatch<T>
Service.createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with objects of the user's choosing.
 Dispatch<Object> Service.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with JAXB generated objects.
<T> Dispatch<T>
Service.createDispatch(QName portName, Class<T> type, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with objects of the user's choosing.
 Dispatch<Object> Service.createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with JAXB generated objects.
<T> T
Service.getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features)
          The getPort method returns a proxy.
<T> T
EndpointReference.getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features)
          The getPort method returns a proxy.
<T> T
Service.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
          The getPort method returns a proxy.
<T> T
Service.getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features)
          The getPort method returns a proxy.
 

Uses of WebServiceFeature in javax.xml.ws.soap
 

Subclasses of WebServiceFeature in javax.xml.ws.soap
 class AddressingFeature
          This feature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
 class MTOMFeature
          This feature represents the use of MTOM with a web service.
 

Uses of WebServiceFeature in javax.xml.ws.spi
 

Methods in javax.xml.ws.spi with parameters of type WebServiceFeature
abstract
<T> Dispatch<T>
ServiceDelegate.createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with objects of the user's choosing.
abstract  Dispatch<Object> ServiceDelegate.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with JAXB generated objects.
abstract
<T> Dispatch<T>
ServiceDelegate.createDispatch(QName portName, Class<T> type, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with objects of the user's choosing.
abstract  Dispatch<Object> ServiceDelegate.createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with JAXB generated objects.
abstract
<T> T
ServiceDelegate.getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features)
          The getPort method returns a proxy.
abstract
<T> T
Provider.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
          The getPort method returns a proxy.
abstract
<T> T
ServiceDelegate.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
          The getPort method returns a proxy.
abstract
<T> T
ServiceDelegate.getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features)
          The getPort method returns a proxy.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.