Uses of Class
org.restlet.ext.jaxb.JaxbRepresentation
-
Packages that use JaxbRepresentation Package Description org.restlet.ext.jaxb.internal -
-
Uses of JaxbRepresentation in org.restlet.ext.jaxb.internal
Fields in org.restlet.ext.jaxb.internal declared as JaxbRepresentation Modifier and Type Field Description private JaxbRepresentation<T>Marshaller. jaxbRepresentationThe parent JAXB representation.Methods in org.restlet.ext.jaxb.internal that return JaxbRepresentation Modifier and Type Method Description JaxbRepresentation<T>Marshaller. getJaxbRepresentation()Returns the parent JAXB representation.Methods in org.restlet.ext.jaxb.internal with parameters of type JaxbRepresentation Modifier and Type Method Description java.lang.ObjectUnmarshaller. unmarshal(JaxbRepresentation<?> jaxbRep)Unmarshal XML data from the specified Restlet string representation and return the resulting Java content tree.java.lang.ObjectUnmarshaller. unmarshal(JaxbRepresentation<?> jaxbRep, java.io.InputStream stream)Unmarshal XML data from the specified input stream and return the resulting Java content tree.java.lang.ObjectUnmarshaller. unmarshal(JaxbRepresentation<?> jaxbRep, java.io.Reader reader)Unmarshal XML data from the specified reader and return the resulting Java content tree.Constructors in org.restlet.ext.jaxb.internal with parameters of type JaxbRepresentation Constructor Description Marshaller(JaxbRepresentation<T> jaxbRepresentation)Marshaller(JaxbRepresentation<T> jaxbRepresentation, java.lang.String contextPath, java.lang.ClassLoader classLoader)Constructor.
-