35363738394041424344
} public static Webservices unmarshal(final URL url) throws Exception { final InputStream inputStream = IO.read(url); try { return Sxc.unmarshalJavaee(new Webservices$JAXB(), inputStream); } finally { IO.close(inputStream); } }
42434445464748
IO.close(inputStream); } } public static void marshal(final Webservices webservices, final OutputStream outputStream) throws Exception { Sxc.marshal(new Webservices$JAXB(), webservices, new StreamResult(outputStream)); }
29303132333435
* @version $Rev$ $Date$ */ public class WebservicesXml { public static Webservices unmarshal(InputStream inputStream) throws Exception { return Sxc.unmarshalJavaee(new Webservices$JAXB(), inputStream); }
} public static Webservices unmarshal(URL url) throws Exception { final InputStream inputStream = IO.read(url); try { return Sxc.unmarshalJavaee(new Webservices$JAXB(), inputStream); } finally { IO.close(inputStream); } }
IO.close(inputStream); } } public static void marshal(Webservices webservices, OutputStream outputStream) throws Exception { Sxc.marshal(new Webservices$JAXB(), webservices, new StreamResult(outputStream)); }