diff -r cc682329886b -r b0610cd08440 src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/AbstractExtensibleImpl.java --- a/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/AbstractExtensibleImpl.java Thu Sep 26 10:43:28 2013 -0700 +++ b/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/AbstractExtensibleImpl.java Fri Oct 04 16:21:34 2013 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -29,11 +29,9 @@ import com.sun.xml.internal.ws.api.model.wsdl.WSDLExtension; import com.sun.xml.internal.ws.api.model.wsdl.WSDLObject; import com.sun.xml.internal.ws.resources.UtilMessages; -import com.sun.xml.internal.ws.wsdl.parser.WSDLConstants; import com.sun.istack.internal.NotNull; import javax.xml.stream.XMLStreamReader; -import javax.xml.stream.Location; import javax.xml.namespace.QName; import javax.xml.ws.WebServiceException; import java.util.ArrayList; @@ -42,7 +40,6 @@ import java.util.Set; import org.xml.sax.Locator; -import org.xml.sax.helpers.LocatorImpl; /** * All the WSDL 1.1 elements that are extensible should subclass from this abstract implementation of @@ -95,6 +92,10 @@ extensions.add(ex); } + public List getNotUnderstoodExtensions() { + return notUnderstoodExtensions; + } + /** * This can be used if a WSDL extension element that has wsdl:required=true * is not understood