Uses of Class
javax.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 javax.xml.bind
Methods in javax.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 javax.xml.bind.util
Constructors in javax.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 javax.xml.ws
Methods in javax.xml.ws with parameters of type JAXBContextModifier and TypeMethodDescriptionService.createDispatch(QName portName, JAXBContext context, Service.Mode mode) Creates aDispatchinstance for use with JAXB generated objects.Service.createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with JAXB generated objects.Service.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with JAXB generated objects.LogicalMessage.getPayload(JAXBContext context) Gets the message payload as a JAXB object.voidLogicalMessage.setPayload(Object payload, JAXBContext context) Sets the message payload -
Uses of JAXBContext in javax.xml.ws.handler.soap
Methods in javax.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 javax.xml.ws.spi
Methods in javax.xml.ws.spi with parameters of type JAXBContextModifier and TypeMethodDescriptionServiceDelegate.createDispatch(QName portName, JAXBContext context, Service.Mode mode) Creates aDispatchinstance for use with JAXB generated objects.ServiceDelegate.createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with JAXB generated objects.ServiceDelegate.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with JAXB generated objects.