Class SomeJaxbContext
java.lang.Object
jakarta.xml.bind.JAXBContext
ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.SomeJaxbContext
public class SomeJaxbContext
extends jakarta.xml.bind.JAXBContext
-
Field Summary
Fields inherited from class jakarta.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.Marshaller
jakarta.xml.bind.Unmarshaller
Methods inherited from class jakarta.xml.bind.JAXBContext
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
-
Constructor Details
-
SomeJaxbContext
public SomeJaxbContext()
-
-
Method Details
-
createMarshaller
public jakarta.xml.bind.Marshaller createMarshaller() throws jakarta.xml.bind.JAXBException- Specified by:
createMarshaller
in classjakarta.xml.bind.JAXBContext
- Throws:
jakarta.xml.bind.JAXBException
-
createUnmarshaller
public jakarta.xml.bind.Unmarshaller createUnmarshaller() throws jakarta.xml.bind.JAXBException- Specified by:
createUnmarshaller
in classjakarta.xml.bind.JAXBContext
- Throws:
jakarta.xml.bind.JAXBException
-