Uses of Class
jakarta.xml.bind.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
Modifier 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
ModifierConstructorDescriptionJAXBResult
(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
Modifier 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
Modifier 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
Modifier 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.