1 22 package org.jboss.xb.binding; 23 24 import org.xml.sax.Attributes ; 25 26 86 public interface ObjectModelFactory 87 { 88 107 Object newRoot(Object root, UnmarshallingContext ctx, String namespaceURI, String localName, Attributes attrs); 108 109 122 Object completeRoot(Object root, UnmarshallingContext ctx, String namespaceURI, String localName); 123 } 124 | Popular Tags |