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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/util/
H A DClassLoaderRetriever.java28 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl;
37 ClassLoader cl = UnmarshallerImpl.class.getClassLoader();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBridgeImpl.java49 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl;
108 UnmarshallerImpl u = (UnmarshallerImpl)_u;
113 UnmarshallerImpl u = (UnmarshallerImpl)_u;
118 UnmarshallerImpl u = (UnmarshallerImpl)_u;
123 UnmarshallerImpl u = (UnmarshallerImpl)_u;
H A DBridgeContextImpl.java34 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl;
43 public final UnmarshallerImpl unmarshaller;
H A DBinderImpl.java40 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl;
67 private UnmarshallerImpl unmarshaller;
88 private UnmarshallerImpl getUnmarshaller() {
90 unmarshaller = new UnmarshallerImpl(context,assoc);
H A DJaxBeanInfo.java48 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl;
526 public final void invokeBeforeUnmarshalMethod(UnmarshallerImpl unm, Object child, Object parent) throws SAXException {
534 public final void invokeAfterUnmarshalMethod(UnmarshallerImpl unm, Object child, Object parent) throws SAXException {
539 private void invokeUnmarshallCallback(Method m, Object child, UnmarshallerImpl unm, Object parent) throws SAXException {
H A DBridgeAdapter.java48 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl;
133 UnmarshallerImpl u = (UnmarshallerImpl) _u;
H A DJAXBContextImpl.java108 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl;
760 public UnmarshallerImpl createUnmarshaller() {
761 return new UnmarshallerImpl(this,null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DMTOMDecorator.java48 private UnmarshallerImpl parent;
67 public MTOMDecorator(UnmarshallerImpl parent,XmlVisitor next, AttachmentUnmarshaller au) {
H A DUnmarshallerImpl.java83 public final class UnmarshallerImpl extends AbstractUnmarshallerImpl implements ValidationEventHandler, Closeable class in inherits:AbstractUnmarshallerImpl,ValidationEventHandler,Closeable
104 public UnmarshallerImpl( JAXBContextImpl context, AssociationMap assoc ) { method in class:UnmarshallerImpl
561 * Must be called from same thread which created the UnmarshallerImpl instance.
H A DUnmarshallingContext.java132 public final UnmarshallerImpl parent;
321 public UnmarshallingContext( UnmarshallerImpl _parent, AssociationMap assoc) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DSCDBasedBindingSet.java48 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl;
220 UnmarshallerImpl u = BindInfo.getJAXBContext().createUnmarshaller();

Completed in 44 milliseconds