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
-
public class JAXBRIContextFactory extends BindingContextFactory
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 Constructor Description JAXBRIContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BindingContextgetContext(jakarta.xml.bind.Marshaller m)protected booleanisFor(String str)Check to see if the BindingContextFactory is for the databinding mode/flavor.BindingContextnewContext(BindingInfo bi)BindingContextnewContext(jakarta.xml.bind.JAXBContext context)-
Methods inherited from class com.sun.xml.ws.spi.db.BindingContextFactory
create, create, getBindingContext, isContextSupported, serviceIterator
-
-
-
-
Method Detail
-
newContext
public BindingContext newContext(jakarta.xml.bind.JAXBContext context)
- Specified by:
newContextin classBindingContextFactory
-
newContext
public BindingContext newContext(BindingInfo bi)
- Specified by:
newContextin classBindingContextFactory
-
getContext
protected BindingContext getContext(jakarta.xml.bind.Marshaller m)
- Specified by:
getContextin classBindingContextFactory
-
isFor
protected boolean isFor(String str)
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.- Returns:
-
-