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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java488 //LifecycleMethods lcm = getLifecycleMethods();
519 public final LifecycleMethods getLifecycleMethods() { method in class:JaxBeanInfo
527 Method m = getLifecycleMethods().beforeUnmarshal;
535 Method m = getLifecycleMethods().afterUnmarshal;
H A DXMLSerializer.java707 Method m = beanInfo.getLifecycleMethods().afterMarshal;
731 Method m = beanInfo.getLifecycleMethods().beforeMarshal;

Completed in 30 milliseconds