Uses of Class
jakarta.xml.ws.WebServiceFeature
Packages that use WebServiceFeature
Package
Description
This package contains the core Jakarta XML Web Services APIs.
This package defines APIs specific to the SOAP binding.
This package defines SPIs for Jakarta XML Web Services.
-
Uses of WebServiceFeature in jakarta.xml.ws
Subclasses of WebServiceFeature in jakarta.xml.wsModifier and TypeClassDescriptionfinal classThis feature clarifies the use of thewsdl:bindingin a Jakarta XML Web Services runtime.Methods in jakarta.xml.ws with parameters of type WebServiceFeatureModifier and TypeMethodDescriptionstatic EndpointEndpoint.create(Object implementor, WebServiceFeature... features) Creates an endpoint with the specified implementor object and web service features.static EndpointEndpoint.create(String bindingId, Object implementor, WebServiceFeature... features) Creates an endpoint with the specified binding type, implementor object, and web service features.static ServiceService.create(URL wsdlDocumentLocation, QName serviceName, WebServiceFeature... features) Creates aServiceinstance.static ServiceService.create(QName serviceName, WebServiceFeature... features) Creates aServiceinstance.Service.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with Jakarta XML Binding generated objects.<T> Dispatch<T>Service.createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with objects of the client's choosing.Service.createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with Jakarta XML Binding generated objects.<T> Dispatch<T>Service.createDispatch(QName portName, Class<T> type, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with objects of the client's choosing.<T> TEndpointReference.getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPortmethod returns a proxy.<T> TService.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPortmethod returns a proxy.<T> TService.getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPortmethod returns a proxy.<T> TService.getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPortmethod returns a proxy.static EndpointEndpoint.publish(String address, Object implementor, WebServiceFeature... features) Creates and publishes an endpoint for the specified implementor object at the given address.Constructors in jakarta.xml.ws with parameters of type WebServiceFeatureModifierConstructorDescriptionprotectedService(URL wsdlDocumentLocation, QName serviceName, WebServiceFeature... features) Creates aService. -
Uses of WebServiceFeature in jakarta.xml.ws.soap
Subclasses of WebServiceFeature in jakarta.xml.ws.soapModifier and TypeClassDescriptionfinal classAddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.final classThis feature represents the use of MTOM with a web service. -
Uses of WebServiceFeature in jakarta.xml.ws.spi
Methods in jakarta.xml.ws.spi with parameters of type WebServiceFeatureModifier and TypeMethodDescriptionProvider.createAndPublishEndpoint(String address, Object implementor, WebServiceFeature... features) Creates and publishes an endpoint object with the specified address, implementation object and web service features.ServiceDelegate.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with Jakarta XML Binding generated objects.abstract <T> Dispatch<T>ServiceDelegate.createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with objects of the user's choosing.ServiceDelegate.createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with Jakarta XML Binding generated objects.abstract <T> Dispatch<T>ServiceDelegate.createDispatch(QName portName, Class<T> type, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with objects of the user's choosing.Provider.createEndpoint(String bindingId, Class<?> implementorClass, Invoker invoker, WebServiceFeature... features) Creates an endpoint object with the provided binding, implementation class, invoker and web service features.Provider.createEndpoint(String bindingId, Object implementor, WebServiceFeature... features) Creates an endpoint object with the provided binding, implementation object and web service features.Provider.createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass, WebServiceFeature... features) Creates a service delegate object.abstract <T> TProvider.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) The getPort method returns a proxy.abstract <T> TServiceDelegate.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPortmethod returns a proxy.abstract <T> TServiceDelegate.getPort(Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPortmethod returns a proxy.abstract <T> TServiceDelegate.getPort(QName portName, Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPortmethod returns a proxy. -
Uses of WebServiceFeature in org.apache.cxf.databinding.stax
Subclasses of WebServiceFeature in org.apache.cxf.databinding.stax -
Uses of WebServiceFeature in org.apache.cxf.ext.logging
Subclasses of WebServiceFeature in org.apache.cxf.ext.loggingModifier and TypeClassDescriptionclassThis class is used to control message-on-the-wire logging. -
Uses of WebServiceFeature in org.apache.cxf.feature
Subclasses of WebServiceFeature in org.apache.cxf.featureModifier and TypeClassDescriptionclassA Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.classDelegatingFeature<T extends AbstractPortableFeature>Enable to convert aAbstractPortableFeatureto aAbstractFeature.class<!classDeprecated.use the logging module rt/features/logging insteadclass<!classA Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities. -
Uses of WebServiceFeature in org.apache.cxf.feature.transform
Subclasses of WebServiceFeature in org.apache.cxf.feature.transformModifier and TypeClassDescriptionclassThis class defines a feature is used to transform message using XSLT script. -
Uses of WebServiceFeature in org.apache.cxf.feature.validation
Subclasses of WebServiceFeature in org.apache.cxf.feature.validationModifier and TypeClassDescriptionclassA feature to configure schema validation at the operation level, as an alternative to using the @SchemaValidation annotation. -
Uses of WebServiceFeature in org.apache.cxf.interceptor.security
Subclasses of WebServiceFeature in org.apache.cxf.interceptor.securityModifier and TypeClassDescriptionclassFeature to do JAAS authentication with defaults for karaf integration -
Uses of WebServiceFeature in org.apache.cxf.transport.common.gzip
Subclasses of WebServiceFeature in org.apache.cxf.transport.common.gzipModifier and TypeClassDescriptionclassThis class is used to control GZIP compression of messages. -
Uses of WebServiceFeature in org.apache.cxf.validation
Subclasses of WebServiceFeature in org.apache.cxf.validation -
Uses of WebServiceFeature in org.apache.cxf.ws.addressing
Subclasses of WebServiceFeature in org.apache.cxf.ws.addressing -
Uses of WebServiceFeature in org.jboss.ws.api.configuration
Subclasses of WebServiceFeature in org.jboss.ws.api.configurationModifier and TypeClassDescriptionclassAbstract JBoss client JAXWS featurefinal classA JBoss client JAXWS feature that setup a JBossWS predefined client config -
Uses of WebServiceFeature in org.jboss.wsf.stack.cxf.client
Subclasses of WebServiceFeature in org.jboss.wsf.stack.cxf.clientModifier and TypeClassDescriptionclassA JBossWS-CXF custom WebServiceFeature to be used for requesting a new Bus to be created for building the JAXWS Service.classA JBossWS-CXF custom WebServiceFeature to be used for building the JAXWS Service using the Bus associated with the current thread context classloader.classA JBossWS-CXF custom WebServiceFeature to be used for building the JAXWS Service using the Bus associated with the current thread.Methods in org.jboss.wsf.stack.cxf.client with parameters of type WebServiceFeatureModifier and TypeMethodDescriptionProviderImpl.createEndpoint(String bindingId, Class<?> implementorClass, Invoker invoker, WebServiceFeature... features) ProviderImpl.createEndpoint(String bindingId, Object implementor, WebServiceFeature... features) protected org.apache.cxf.jaxws.EndpointImplProviderImpl.createEndpointImpl(Bus bus, String bindingId, Object implementor, WebServiceFeature... features) ProviderImpl.createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class serviceClass, WebServiceFeature... features) ClientBusSelector.selectStrategy(WebServiceFeature... features)