--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/AbstractSEIModelImpl.java 2014-11-25 12:16:46.416866250 +0000 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/AbstractSEIModelImpl.java 2014-11-25 12:16:46.343866876 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2014, 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 @@ -95,6 +95,10 @@ createJAXBContext(); } + public BindingInfo databindingInfo() { + return databindingInfo; + } + /** * Link {@link SEIModel} to {@link WSDLModel}. * Merge it with {@link #postProcess()}.