Uses of Class
jakarta.xml.bind.JAXBContext
Packages that use JAXBContext
Package
Description
Object Model that represents customization declarations.
Code generated into the user's packages in certain compilation mode.
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
Useful client utility classes.
This package contains the core Jakarta XML Web Services APIs.
This package defines APIs for SOAP message handlers.
This package defines SPIs for Jakarta XML Web Services.
Runtime API for the JAX-WS RI
The JAXB 2.0 runtime
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of JAXBContext in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return JAXBContext -
Uses of JAXBContext in com.sun.tools.xjc.runtime
Methods in com.sun.tools.xjc.runtime that return JAXBContextModifier and TypeMethodDescriptionstatic JAXBContextJAXBContextFactory.createContext(Class<?>[] classes, Map<String, ?> properties) The JAXB API will invoke this method via reflectionstatic JAXBContextJAXBContextFactory.createContext(String contextPath, ClassLoader classLoader, Map<String, ?> properties) The JAXB API will invoke this method via reflection -
Uses of JAXBContext in jakarta.xml.bind
Methods in jakarta.xml.bind that return JAXBContextModifier and TypeMethodDescriptionJAXBContextFactory.createContext(Class<?>[] classesToBeBound, Map<String, ?> properties) Create a new instance of aJAXBContextclass.JAXBContextFactory.createContext(String contextPath, ClassLoader classLoader, Map<String, ?> properties) Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext.newInstance(Class<?>... classesToBeBound) Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext.newInstance(Class<?>[] classesToBeBound, Map<String, ?> properties) Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext.newInstance(String contextPath) Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext.newInstance(String contextPath, ClassLoader classLoader) Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext.newInstance(String contextPath, ClassLoader classLoader, Map<String, ?> properties) Create a new instance of aJAXBContextclass. -
Uses of JAXBContext in jakarta.xml.bind.util
Constructors in jakarta.xml.bind.util with parameters of type JAXBContextModifierConstructorDescriptionJAXBResult(JAXBContext context) Creates a new instance that uses the specified JAXBContext to unmarshal.JAXBSource(JAXBContext context, Object contentObject) Creates a newSourcefor the given content object. -
Uses of JAXBContext in jakarta.xml.ws
Methods in jakarta.xml.ws with parameters of type JAXBContextModifier and TypeMethodDescriptionService.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with Jakarta XML Binding generated objects.Service.createDispatch(QName portName, JAXBContext context, Service.Mode mode) Creates aDispatchinstance for use with Jakarta XML Binding generated objects.Service.createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with Jakarta XML Binding generated objects.LogicalMessage.getPayload(JAXBContext context) Gets the message payload as a Jakarta XML Binding object.voidLogicalMessage.setPayload(Object payload, JAXBContext context) Sets the message payload -
Uses of JAXBContext in jakarta.xml.ws.handler.soap
Methods in jakarta.xml.ws.handler.soap with parameters of type JAXBContextModifier and TypeMethodDescriptionObject[]SOAPMessageContext.getHeaders(QName header, JAXBContext context, boolean allRoles) Gets headers that have a particular qualified name from the message in the message context. -
Uses of JAXBContext in jakarta.xml.ws.spi
Methods in jakarta.xml.ws.spi with parameters of type JAXBContextModifier and TypeMethodDescriptionServiceDelegate.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with Jakarta XML Binding generated objects.ServiceDelegate.createDispatch(QName portName, JAXBContext context, Service.Mode mode) Creates aDispatchinstance for use with Jakarta XML Binding generated objects.ServiceDelegate.createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with Jakarta XML Binding generated objects. -
Uses of JAXBContext in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb that return JAXBContextModifier and TypeMethodDescriptionstatic JAXBContextJAXBContextCache.CachedContextAndSchemas.getContext()Methods in org.apache.cxf.common.jaxb with parameters of type JAXBContextModifier and TypeMethodDescriptionstatic JAXBContextProxyJAXBUtils.createJAXBContextProxy(JAXBContext ctx) static JAXBContextProxyJAXBUtils.createJAXBContextProxy(JAXBContext ctx, SchemaCollection collection, String defaultNs) JAXBUtils.generateJaxbSchemas(JAXBContext context, Map<String, DOMResult> builtIns) static ObjectJAXBUtils.unmarshall(JAXBContext c, XMLStreamReader reader) static <T> JAXBElement<T>JAXBUtils.unmarshall(JAXBContext c, XMLStreamReader reader, Class<T> cls) static ObjectJAXBUtils.unmarshall(JAXBContext c, Source s) static ObjectJAXBUtils.unmarshall(JAXBContext c, Element e) static <T> JAXBElement<T>JAXBUtils.unmarshall(JAXBContext c, Element e, Class<T> cls) Constructors in org.apache.cxf.common.jaxb with parameters of type JAXBContextModifierConstructorDescriptionSchemaCollectionContextProxy(JAXBContext ctx, SchemaCollection c, String defaultNs) -
Uses of JAXBContext in org.apache.cxf.configuration.spring
Methods in org.apache.cxf.configuration.spring with parameters of type JAXBContextModifier and TypeMethodDescriptionstatic <T> TJAXBBeanFactory.createJAXBBean(JAXBContext context, String s, Class<T> c) protected static <T> TAbstractBeanDefinitionParser.unmarshalFactoryString(String s, JAXBContext ctx, Class<T> cls) -
Uses of JAXBContext in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing that return JAXBContextModifier and TypeMethodDescriptionstatic JAXBContextVersionTransformer.getExposedJAXBContext(String exposedURI) static JAXBContextContextJAXBUtils.getJAXBContext()Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated types.static JAXBContextVersionTransformer.Names200403.getJAXBContext()Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated types for the 2004/08 version.static JAXBContextVersionTransformer.Names200408.getJAXBContext()Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated types for the 2004/08 version.Methods in org.apache.cxf.ws.addressing with parameters of type JAXBContextModifier and TypeMethodDescriptionstatic voidContextJAXBUtils.setJAXBContext(JAXBContext ctx) Set the encapsulated JAXBContext (used by unit tests).static voidVersionTransformer.Names200403.setJAXBContext(JAXBContext ctx) Set the encapsulated JAXBContext (used by unit tests).static voidVersionTransformer.Names200408.setJAXBContext(JAXBContext ctx) Set the encapsulated JAXBContext (used by unit tests). -
Uses of JAXBContext in org.apache.cxf.ws.security.sts.provider
Fields in org.apache.cxf.ws.security.sts.provider declared as JAXBContext -
Uses of JAXBContext in org.glassfish.jaxb.runtime.api
Subclasses of JAXBContext in org.glassfish.jaxb.runtime.apiModifier and TypeClassDescriptionclassJAXBContextenhanced with JAXB RI specific functionalities. -
Uses of JAXBContext in org.glassfish.jaxb.runtime.v2
Methods in org.glassfish.jaxb.runtime.v2 that return JAXBContextModifier and TypeMethodDescriptionstatic JAXBContextContextFactory.createContext(Class[] classes, Map<String, Object> properties) The API will invoke this method via reflectionstatic JAXBContextContextFactory.createContext(String contextPath, ClassLoader classLoader, Map<String, Object> properties) The API will invoke this method via reflection.JAXBContextFactory.createContext(Class<?>[] classesToBeBound, Map<String, ?> properties) Creates JAXB context.JAXBContextFactory.createContext(String contextPath, ClassLoader classLoader, Map<String, ?> properties) Creates JAXB context. -
Uses of JAXBContext in org.glassfish.jaxb.runtime.v2.runtime
Subclasses of JAXBContext in org.glassfish.jaxb.runtime.v2.runtimeModifier and TypeClassDescriptionfinal classThis class provides the implementation of JAXBContext. -
Uses of JAXBContext in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal that return JAXBContextMethods in org.hibernate.boot.jaxb.internal with parameters of type JAXBContextModifier and TypeMethodDescriptionprotected <X extends T>
XAbstractBinder.jaxb(XMLEventReader reader, Schema xsd, JAXBContext jaxbContext, Origin origin) -
Uses of JAXBContext in org.jboss.resteasy.plugins.providers.jaxb
Subclasses of JAXBContext in org.jboss.resteasy.plugins.providers.jaxbModifier and TypeClassDescriptionclassA wrapper class around a JAXBContext that enables additional features to the RESTEasy JAXB-based providers.Methods in org.jboss.resteasy.plugins.providers.jaxb that return JAXBContextModifier and TypeMethodDescriptionAbstractJAXBContextFinder.createContext(Annotation[] parameterAnnotations, Class... classes) JAXBContextFinder.createContext(Annotation[] parameterAnnotations, Class... classes) protected abstract JAXBContextAbstractJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations, Class... classes) protected abstract JAXBContextAbstractJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations, String contextPath) protected JAXBContextXmlJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations, Class... classes) protected JAXBContextXmlJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations, String contextPath) AbstractJAXBContextFinder.createXmlTypeContext(Annotation[] parameterAnnotations, Class... classes) JAXBContextFinder.findCacheContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes) This method creates a JAXBContext from a collection of classes.XmlJAXBContextFinder.findCacheContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes) JAXBContextFinder.findCachedContext(Class type, MediaType mediaType, Annotation[] parameterAnnotations) This method with find a JAXBContext for one type.XmlJAXBContextFinder.findCachedContext(Class type, MediaType mediaType, Annotation[] parameterAnnotations) JAXBContextFinder.findCacheXmlTypeContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes) This method will find a JAXBContext from a set of XmlTypes that use an ObjectFactory for creation (i.e. from xjc).XmlJAXBContextFinder.findCacheXmlTypeContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes) AbstractJAXBProvider.findJAXBContext(Class<?> type, Annotation[] annotations, MediaType mediaType, boolean reader) JAXBXmlSeeAlsoProvider.findJAXBContext(Class<?> type, Annotation[] annotations, MediaType mediaType, boolean reader) AbstractJAXBContextFinder.findProvidedJAXBContext(Class<?> type, MediaType mediaType) Constructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type JAXBContext