Package com.sun.xml.ws.spi.db
Class BindingContextFactory
java.lang.Object
com.sun.xml.ws.spi.db.BindingContextFactory
- Direct Known Subclasses:
JAXBRIContextFactory
BindingContextFactory
- Author:
- shih-chang.chen@oracle.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BindingContextcreate(BindingInfo bi) static BindingContextcreate(jakarta.xml.bind.JAXBContext context) static booleanprotected abstract booleanCheck to see if the BindingContextFactory is for the databinding mode/flavor.protected abstract BindingContextprotected abstract BindingContextnewContext(jakarta.xml.bind.JAXBContext context) static Iterator<BindingContextFactory>
-
Field Details
-
DefaultDatabindingMode
- See Also:
-
JAXB_CONTEXT_FACTORY_PROPERTY
-
LOGGER
-
-
Constructor Details
-
BindingContextFactory
protected BindingContextFactory()Default constructor.
-
-
Method Details
-
serviceIterator
-
newContext
-
newContext
-
isFor
Check 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.- Parameters:
databinding- mode/flavor or the package name of the JAXBContext implementation.
-
create
public static BindingContext create(jakarta.xml.bind.JAXBContext context) throws DatabindingException - Throws:
DatabindingException
-
create
-
isContextSupported
-