Uses of Class
javax.xml.bind.JAXBContext
- 
Packages that use JAXBContext Package Description javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.util Useful client utility classes.javax.xml.ws This package contains the core JAX-WS APIs.javax.xml.ws.handler.soap This package defines APIs for SOAP message handlers.javax.xml.ws.spi This package defines SPIs for JAX-WS.
- 
- 
Uses of JAXBContext in javax.xml.bindMethods in javax.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 javax.xml.bind.utilConstructors in javax.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 javax.xml.wsMethods in javax.xml.ws with parameters of type JAXBContext Modifier and Type Method Description Dispatch<Object>Service. createDispatch(QName portName, JAXBContext context, Service.Mode mode)Creates aDispatchinstance for use with JAXB generated objects.Dispatch<Object>Service. createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with JAXB generated objects.Dispatch<Object>Service. createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with JAXB generated objects.ObjectLogicalMessage. 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.soapMethods in javax.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 javax.xml.ws.spiMethods in javax.xml.ws.spi with parameters of type JAXBContext Modifier and Type Method Description abstract Dispatch<Object>ServiceDelegate. createDispatch(QName portName, JAXBContext context, Service.Mode mode)Creates aDispatchinstance for use with JAXB generated objects.abstract Dispatch<Object>ServiceDelegate. createDispatch(QName portName, JAXBContext context, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with JAXB generated objects.abstract Dispatch<Object>ServiceDelegate. createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)Creates aDispatchinstance for use with JAXB generated objects.
 
-