com.sun.xml.bind.v2.runtime
Class LifecycleMethods

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.LifecycleMethods

final class LifecycleMethods
extends Object

This class is a simple container for caching lifecycle methods that are discovered during construction of (@link JAXBContext}.

See Also:
JaxBeanInfo.lcm, Loader.fireBeforeUnmarshal(JaxBeanInfo, Object, UnmarshallingContext.State), Loader.fireAfterUnmarshal(JaxBeanInfo, Object, UnmarshallingContext.State), XMLSerializer.fireMarshalEvent(Object, Method)

Field Summary
(package private)  Method afterMarshal
           
(package private)  Method afterUnmarshal
           
(package private)  Method beforeMarshal
           
(package private)  Method beforeUnmarshal
           
 
Constructor Summary
LifecycleMethods()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beforeUnmarshal

Method beforeUnmarshal

afterUnmarshal

Method afterUnmarshal

beforeMarshal

Method beforeMarshal

afterMarshal

Method afterMarshal
Constructor Detail

LifecycleMethods

LifecycleMethods()