Searched refs:unm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java526 public final void invokeBeforeUnmarshalMethod(UnmarshallerImpl unm, Object child, Object parent) throws SAXException { argument
528 invokeUnmarshallCallback(m, child, unm, parent);
534 public final void invokeAfterUnmarshalMethod(UnmarshallerImpl unm, Object child, Object parent) throws SAXException { argument
536 invokeUnmarshallCallback(m, child, unm, parent);
539 private void invokeUnmarshallCallback(Method m, Object child, UnmarshallerImpl unm, Object parent) throws SAXException { argument
541 m.invoke(child,unm,parent);

Completed in 30 milliseconds