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 BindingContextgetBindingContext(jakarta.xml.bind.Marshaller m) Deprecated.- Does jaxws need this?protected abstract BindingContextgetContext(jakarta.xml.bind.Marshaller m) Deprecated.- Does jaxws need this?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
public BindingContextFactory()
-
-
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.- Returns:
-
getContext
Deprecated.- Does jaxws need this? -
create
public static BindingContext create(jakarta.xml.bind.JAXBContext context) throws DatabindingException - Throws:
DatabindingException
-
create
-
isContextSupported
-
getBindingContext
Deprecated.- Does jaxws need this?
-