Uses of Class
jakarta.xml.bind.JAXBContext
-
Packages that use JAXBContext Package Description com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations.com.sun.tools.xjc.runtime Code generated into the user's packages in certain compilation mode.jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.jakarta.xml.bind.util Useful client utility classes.jakarta.xml.ws This package contains the core Jakarta XML Web Services APIs.jakarta.xml.ws.handler.soap This package defines APIs for SOAP message handlers.jakarta.xml.ws.spi This package defines SPIs for Jakarta XML Web Services.org.apache.cxf.common.jaxb org.apache.cxf.configuration.spring org.apache.cxf.ws.addressing org.apache.cxf.ws.security.sts.provider org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2 The JAXB 2.0 runtimeorg.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of JAXBContext in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return JAXBContext Modifier and Type Method Description static JAXBContextBindInfo. getCustomizationContext() -
Uses of JAXBContext in com.sun.tools.xjc.runtime
Methods in com.sun.tools.xjc.runtime that return JAXBContext Modifier and Type Method Description static 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 JAXBContext Modifier and Type Method Description JAXBContextJAXBContextFactory. createContext(Class<?>[] classesToBeBound, Map<String,?> properties)Create a new instance of aJAXBContextclass.JAXBContextJAXBContextFactory. 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 JAXBContext Constructor Description JAXBResult(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 JAXBContext Modifier and Type Method Description Dispatch<Object>Service. createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with Jakarta XML Binding generated objects.Dispatch<Object>Service. createDispatch(QName portName, JAXBContext context, Service.Mode mode)Creates aDispatchinstance for use with Jakarta XML Binding generated objects.Dispatch<Object>Service. createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with Jakarta XML Binding generated objects.ObjectLogicalMessage. 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 JAXBContext Modifier and Type Method Description Object[]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 JAXBContext Modifier and Type Method Description abstract Dispatch<Object>ServiceDelegate. createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with Jakarta XML Binding generated objects.abstract Dispatch<Object>ServiceDelegate. createDispatch(QName portName, JAXBContext context, Service.Mode mode)Creates aDispatchinstance for use with Jakarta XML Binding generated objects.abstract Dispatch<Object>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 JAXBContext Modifier and Type Method Description static JAXBContextJAXBUtils. createContext(Set<Class<?>> classes, Map<String,Object> map)JAXBContextJAXBContextCache.CachedContextAndSchemas. getContext()Methods in org.apache.cxf.common.jaxb with parameters of type JAXBContext Modifier and Type Method Description static JAXBContextProxyJAXBUtils. createJAXBContextProxy(JAXBContext ctx)static JAXBContextProxyJAXBUtils. createJAXBContextProxy(JAXBContext ctx, SchemaCollection collection, String defaultNs)static List<DOMResult>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 JAXBContext Constructor Description SchemaCollectionContextProxy(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 JAXBContext Modifier and Type Method Description static <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 JAXBContext Modifier and Type Method Description static 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 JAXBContext Modifier and Type Method Description static 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 Modifier and Type Field Description protected JAXBContextSecurityTokenServiceProvider. jaxbContext -
Uses of JAXBContext in org.glassfish.jaxb.runtime.api
Subclasses of JAXBContext in org.glassfish.jaxb.runtime.api Modifier and Type Class Description classJAXBRIContextJAXBContextenhanced with JAXB RI specific functionalities. -
Uses of JAXBContext in org.glassfish.jaxb.runtime.v2
Methods in org.glassfish.jaxb.runtime.v2 that return JAXBContext Modifier and Type Method Description static 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.JAXBContextJAXBContextFactory. createContext(Class<?>[] classesToBeBound, Map<String,?> properties)Creates JAXB context.JAXBContextJAXBContextFactory. 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.runtime Modifier and Type Class Description classJAXBContextImplThis class provides the implementation of JAXBContext. -
Uses of JAXBContext in org.jboss.resteasy.plugins.providers.jaxb
Subclasses of JAXBContext in org.jboss.resteasy.plugins.providers.jaxb Modifier and Type Class Description classJAXBContextWrapperA 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 JAXBContext Modifier and Type Method Description JAXBContextAbstractJAXBContextFinder. createContext(Annotation[] parameterAnnotations, Class... classes)JAXBContextJAXBContextFinder. 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)JAXBContextAbstractJAXBContextFinder. createXmlTypeContext(Annotation[] parameterAnnotations, Class... classes)JAXBContextJAXBContextFinder. findCacheContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes)This method creates a JAXBContext from a collection of classes.JAXBContextXmlJAXBContextFinder. findCacheContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes)JAXBContextJAXBContextFinder. findCachedContext(Class type, MediaType mediaType, Annotation[] parameterAnnotations)This method with find a JAXBContext for one type.JAXBContextXmlJAXBContextFinder. findCachedContext(Class type, MediaType mediaType, Annotation[] parameterAnnotations)JAXBContextJAXBContextFinder. 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.JAXBContextXmlJAXBContextFinder. findCacheXmlTypeContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes)JAXBContextAbstractJAXBProvider. findJAXBContext(Class<?> type, Annotation[] annotations, MediaType mediaType, boolean reader)JAXBContextJAXBXmlSeeAlsoProvider. findJAXBContext(Class<?> type, Annotation[] annotations, MediaType mediaType, boolean reader)JAXBContextAbstractJAXBContextFinder. findProvidedJAXBContext(Class<?> type, MediaType mediaType)Constructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type JAXBContext Constructor Description JAXBContextWrapper(JAXBContext wrappedContext, JAXBConfig config)
-