| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | RespectBindingFeatureThis feature clarifies the use of the wsdl:bindingin a JAX-WS runtime. | 
| Methods in javax.xml.ws with parameters of type WebServiceFeature | ||
|---|---|---|
| 
 | Service.createDispatch(EndpointReference endpointReference,
               Class<T> type,
               Service.Mode mode,
               WebServiceFeature... features)Creates a Dispatchinstance for use with objects of
 the user's choosing. | |
|  Dispatch<Object> | Service.createDispatch(EndpointReference endpointReference,
               JAXBContext context,
               Service.Mode mode,
               WebServiceFeature... features)Creates a Dispatchinstance for use with JAXB
 generated objects. | |
| 
 | Service.createDispatch(QName portName,
               Class<T> type,
               Service.Mode mode,
               WebServiceFeature... features)Creates a Dispatchinstance for use with objects of
 the user's choosing. | |
|  Dispatch<Object> | Service.createDispatch(QName portName,
               JAXBContext context,
               Service.Mode mode,
               WebServiceFeature... features)Creates a Dispatchinstance for use with JAXB
 generated objects. | |
| 
 | Service.getPort(Class<T> serviceEndpointInterface,
        WebServiceFeature... features)The getPortmethod returns a proxy. | |
| 
 | EndpointReference.getPort(Class<T> serviceEndpointInterface,
        WebServiceFeature... features)The getPortmethod returns a proxy. | |
| 
 | Service.getPort(EndpointReference endpointReference,
        Class<T> serviceEndpointInterface,
        WebServiceFeature... features)The getPortmethod returns a proxy. | |
| 
 | Service.getPort(QName portName,
        Class<T> serviceEndpointInterface,
        WebServiceFeature... features)The getPortmethod returns a proxy. | |
| Uses of WebServiceFeature in javax.xml.ws.soap | 
|---|
| Subclasses of WebServiceFeature in javax.xml.ws.soap | |
|---|---|
|  class | AddressingFeatureThis feature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding. | 
|  class | MTOMFeatureThis 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 
 | ServiceDelegate.createDispatch(EndpointReference endpointReference,
               Class<T> type,
               Service.Mode mode,
               WebServiceFeature... features)Creates a Dispatchinstance 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 Dispatchinstance for use with JAXB
 generated objects. | |
| abstract 
 | ServiceDelegate.createDispatch(QName portName,
               Class<T> type,
               Service.Mode mode,
               WebServiceFeature... features)Creates a Dispatchinstance 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 Dispatchinstance for use with JAXB
 generated objects. | |
| abstract 
 | ServiceDelegate.getPort(Class<T> serviceEndpointInterface,
        WebServiceFeature... features)The getPortmethod returns a proxy. | |
| abstract 
 | Provider.getPort(EndpointReference endpointReference,
        Class<T> serviceEndpointInterface,
        WebServiceFeature... features)The getPort method returns a proxy. | |
| abstract 
 | ServiceDelegate.getPort(EndpointReference endpointReference,
        Class<T> serviceEndpointInterface,
        WebServiceFeature... features)The getPortmethod returns a proxy. | |
| abstract 
 | ServiceDelegate.getPort(QName portName,
        Class<T> serviceEndpointInterface,
        WebServiceFeature... features)The getPortmethod returns a proxy. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.