68697071727374757677
} StaxWriter<Element> writer = builder.build(Element.class); marshalNavigation(writer, navigation); } catch (StaxNavException e) { throw new BindingException(e); } catch (XMLStreamException e) { throw new BindingException(e); } }
8081828384858687
public PageNavigation unmarshal(InputStream is) throws BindingException { try { StaxNavigator<Element> navigator = createNavigator(Element.class, Element.UNKNOWN, is); return unmarshalNavigation(navigator); } catch (StaxNavException e) { throw new BindingException(e); } }
73747576777879808182
marshalPortalConfig(writer, object); writer.finish(); } catch (StaxNavException e) { throw new BindingException(e); } catch (XMLStreamException e) { throw new BindingException(e); } }
90919293949596979899
return unmarshalPortalConfig(navigator); } else { throw unknownElement(navigator); } } catch (StaxNavException e) { throw new BindingException(e); } catch (XMLStreamException e) { throw new BindingException(e); } }
79808182838485868788
96979899100101102103104105
70717273747576777879
8283848586878889