Package | Description |
---|---|
org.restlet.ext.jaxb.internal |
Modifier and Type | Method and Description |
---|---|
JaxbRepresentation<T> |
Marshaller.getJaxbRepresentation()
Returns the parent JAXB representation.
|
Modifier and Type | Method and Description |
---|---|
Object |
Unmarshaller.unmarshal(JaxbRepresentation<?> jaxbRep)
Unmarshal XML data from the specified Restlet string representation and
return the resulting Java content tree.
|
Object |
Unmarshaller.unmarshal(JaxbRepresentation<?> jaxbRep,
InputStream stream)
Unmarshal XML data from the specified input stream and return the
resulting Java content tree.
|
Object |
Unmarshaller.unmarshal(JaxbRepresentation<?> jaxbRep,
Reader reader)
Unmarshal XML data from the specified reader and return the resulting
Java content tree.
|
Constructor and Description |
---|
Marshaller(JaxbRepresentation<T> jaxbRepresentation) |
Marshaller(JaxbRepresentation<T> jaxbRepresentation,
String contextPath,
ClassLoader classLoader)
Constructor.
|
Copyright © 2005–2013. All rights reserved.