Uses of Interface
com.sun.xml.ws.spi.db.DatabindingProvider
-
Packages that use DatabindingProvider Package Description com.sun.xml.ws.db -
-
Uses of DatabindingProvider in com.sun.xml.ws.db
Classes in com.sun.xml.ws.db that implement DatabindingProvider Modifier and Type Class Description class
DatabindingProviderImpl
DatabindingProviderImpl is the default JAXWS implementation of DatabindingProviderFields in com.sun.xml.ws.db declared as DatabindingProvider Modifier and Type Field Description protected DatabindingProvider
DatabindingFactoryImpl. defaultRuntimeFactory
Fields in com.sun.xml.ws.db with type parameters of type DatabindingProvider Modifier and Type Field Description protected List<DatabindingProvider>
DatabindingFactoryImpl. providers
Methods in com.sun.xml.ws.db that return DatabindingProvider Modifier and Type Method Description DatabindingProvider
DatabindingFactoryImpl. provider(DatabindingConfig config)
-