Uses of Class
jakarta.xml.bind.JAXBContext
Packages that use JAXBContext
Package
Description
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.
-
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 aJAXBContext
class.JAXBContextFactory.createContext
(String contextPath, ClassLoader classLoader, Map<String, ?> properties) Create a new instance of aJAXBContext
class.static JAXBContext
JAXBContext.newInstance
(Class<?>... classesToBeBound) Create a new instance of aJAXBContext
class.static JAXBContext
JAXBContext.newInstance
(Class<?>[] classesToBeBound, Map<String, ?> properties) Create a new instance of aJAXBContext
class.static JAXBContext
JAXBContext.newInstance
(String contextPath) Create a new instance of aJAXBContext
class.static JAXBContext
JAXBContext.newInstance
(String contextPath, ClassLoader classLoader) Create a new instance of aJAXBContext
class.static JAXBContext
JAXBContext.newInstance
(String contextPath, ClassLoader classLoader, Map<String, ?> properties) Create a new instance of aJAXBContext
class. -
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 newSource
for 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 aDispatch
instance for use with Jakarta XML Binding generated objects.Service.createDispatch
(QName portName, JAXBContext context, Service.Mode mode) Creates aDispatch
instance for use with Jakarta XML Binding generated objects.Service.createDispatch
(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatch
instance for use with Jakarta XML Binding generated objects.LogicalMessage.getPayload
(JAXBContext context) Gets the message payload as a Jakarta XML Binding object.void
LogicalMessage.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 aDispatch
instance for use with Jakarta XML Binding generated objects.ServiceDelegate.createDispatch
(QName portName, JAXBContext context, Service.Mode mode) Creates aDispatch
instance for use with Jakarta XML Binding generated objects.ServiceDelegate.createDispatch
(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatch
instance for use with Jakarta XML Binding generated objects.