Uses of Class
jakarta.xml.ws.spi.Provider
-
Packages that use Provider Package Description jakarta.xml.ws.spi This package defines SPIs for Jakarta XML Web Services.org.apache.cxf.jaxws.spi org.apache.cxf.jaxws22.spi org.jboss.wsf.stack.cxf.client -
-
Uses of Provider in jakarta.xml.ws.spi
Methods in jakarta.xml.ws.spi that return Provider Modifier and Type Method Description static ProviderProvider. provider()Creates a new provider object. -
Uses of Provider in org.apache.cxf.jaxws.spi
Subclasses of Provider in org.apache.cxf.jaxws.spi with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.apache.cxf.jaxws.spi.ProviderImpl -
Uses of Provider in org.apache.cxf.jaxws22.spi
Subclasses of Provider in org.apache.cxf.jaxws22.spi with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.apache.cxf.jaxws22.spi.ProviderImplDeprecated. -
Uses of Provider in org.jboss.wsf.stack.cxf.client
Subclasses of Provider in org.jboss.wsf.stack.cxf.client Modifier and Type Class Description classProviderImplA custom jakarta.xml.ws.spi.Provider implementation extending the CXF one while adding few customizations.
-