J M O U 
All Classes All Packages

J

JaxbExtensions - Class in org.apache.groovy.jaxb.extensions
This class defines new groovy methods which appear on Jaxb-related JDK classes (JAXBContext, Marshaller) inside the Groovy environment.
JaxbExtensions() - Constructor for class org.apache.groovy.jaxb.extensions.JaxbExtensions
 

M

marshal(JAXBContext, T) - Static method in class org.apache.groovy.jaxb.extensions.JaxbExtensions
Marshall an object to a xml String.
marshal(Marshaller, T) - Static method in class org.apache.groovy.jaxb.extensions.JaxbExtensions
Marshall an object to a xml String.

O

org.apache.groovy.jaxb.extensions - package org.apache.groovy.jaxb.extensions
 

U

unmarshal(JAXBContext, String, Class<T>) - Static method in class org.apache.groovy.jaxb.extensions.JaxbExtensions
Unmarshal xml data from the given String to object of the given type.
unmarshal(Unmarshaller, String, Class<T>) - Static method in class org.apache.groovy.jaxb.extensions.JaxbExtensions
Unmarshal xml data from the given String to object of the given type.
J M O U 
All Classes All Packages