public static EjbJar unmarshal(InputStream inputStream) throws Exception {
return Sxc.unmarshalJavaee(new EjbJar$JAXB(), inputStream);
}
public static void marshal(EjbJar ejbJar, OutputStream outputStream) throws Exception {
Sxc.marshal(new EjbJar$JAXB(), ejbJar, new StreamResult(outputStream));
}