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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DElementBeanInfoImpl.java61 public final class ElementBeanInfoImpl extends JaxBeanInfo<JAXBElement> { class in inherits:JaxBeanInfo
78 ElementBeanInfoImpl(JAXBContextImpl grammar, RuntimeElementInfo rei) { method in class:ElementBeanInfoImpl
109 protected ElementBeanInfoImpl(final JAXBContextImpl grammar) { method in class:ElementBeanInfoImpl
125 ElementBeanInfoImpl bi = grammar.getElement(scope,n);
230 child = context.createInstance(ElementBeanInfoImpl.this);
232 fireBeforeUnmarshal(ElementBeanInfoImpl.this, child, state);
257 fireAfterUnmarshal(ElementBeanInfoImpl.this, e, state);
278 // for ElementBeanInfoImpl created from RuntimeElementInfo
281 // for special ElementBeanInfoImpl only used for marshalling

Completed in 2077 milliseconds