Package com.sun.xml.ws.db.glassfish
Class JAXBRIContextFactory
java.lang.Object
com.sun.xml.ws.spi.db.BindingContextFactory
com.sun.xml.ws.db.glassfish.JAXBRIContextFactory
JAXBRIContextFactory
- Author:
- shih-chang.chen@oracle.com
-
Field Summary
Fields inherited from class com.sun.xml.ws.spi.db.BindingContextFactory
DefaultDatabindingMode, JAXB_CONTEXT_FACTORY_PROPERTY, LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanCheck to see if the BindingContextFactory is for the databinding mode/flavor.newContext(jakarta.xml.bind.JAXBContext context) Methods inherited from class com.sun.xml.ws.spi.db.BindingContextFactory
create, create, isContextSupported, serviceIterator
-
Constructor Details
-
JAXBRIContextFactory
public JAXBRIContextFactory()
-
-
Method Details
-
newContext
- Specified by:
newContextin classBindingContextFactory
-
newContext
- Specified by:
newContextin classBindingContextFactory
-
isFor
Description copied from class:BindingContextFactoryCheck to see if the BindingContextFactory is for the databinding mode/flavor. The String parameter can be the package name of the JAXBContext implementation as well.- Specified by:
isForin classBindingContextFactory- Parameters:
str- mode/flavor or the package name of the JAXBContext implementation.
-