35363738394041424344
} 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); } }
42434445464748
IO.close(inputStream); } } public static void marshal(Webservices webservices, OutputStream outputStream) throws Exception { Sxc.marshal(new Webservices$JAXB(), webservices, new StreamResult(outputStream)); }