Module com.sun.xml.bind
Interface Intercepter
-
public interface IntercepterUsed solely byElementBeanInfoImplto wrap the loaded value object into a JAXBElement object. UGLY HACK.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectintercept(UnmarshallingContext.State state, Object o)Called when the child loader is deactivated.
-
-
-
Method Detail
-
intercept
Object intercept(UnmarshallingContext.State state, Object o) throws SAXException
Called when the child loader is deactivated.- Parameters:
state- points to the parent's current state.o- object that was loaded. may be null.- Throws:
SAXException
-
-