Searched defs:postInitAction (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java243 protected final <T> void write(Name rootTagName, JaxBeanInfo<T> bi, T obj, XmlOutput out,Runnable postInitAction) throws JAXBException { argument
246 prewrite(out, true, postInitAction);
277 private void write(Object obj, XmlOutput out, Runnable postInitAction) throws JAXBException { argument
307 prewrite(out,isFragment(),postInitAction);
343 private void prewrite(XmlOutput out, boolean fragment, Runnable postInitAction) throws IOException, SAXException, XMLStreamException { argument
345 if(postInitAction!=null) postInitAction.run();

Completed in 23 milliseconds