Java Doc for AbstractSEIModelImpl.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » model » Java Source Code / Java DocumentationJava Source Code and Java Documentation
public void addAdditionalClasses(Class... additionalClasses)(Code)
Adds additional classes obtained from
XmlSeeAlso annotation. In starting
from wsdl case these classes would most likely be JAXB ObjectFactory that references other classes.
Used from
WSServiceDelegate to apply the binding information from WSDL after the model is created frm SEI class on the client side. On the server
side all the binding information is available before modeling and this method is not used.