src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/AnnotationParserFactoryImpl.java

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
equal deleted inserted replaced
366:8c0b6bccfe47 368:0989ad8c0860
65 */ 65 */
66 private ValidatorHandler validator; 66 private ValidatorHandler validator;
67 67
68 public AnnotationParser create() { 68 public AnnotationParser create() {
69 return new AnnotationParser() { 69 return new AnnotationParser() {
70 private Unmarshaller u = BindInfo.getJAXBContext().createUnmarshaller(); 70 private Unmarshaller u = BindInfo.getCustomizationUnmarshaller();
71 71
72 private UnmarshallerHandler handler; 72 private UnmarshallerHandler handler;
73 73
74 public ContentHandler getContentHandler( 74 public ContentHandler getContentHandler(
75 AnnotationContext context, String parentElementName, 75 AnnotationContext context, String parentElementName,

mercurial