Added more tests

This commit is contained in:
Arjen Poutsma
2008-03-08 03:32:13 +00:00
parent c425dc8ba3
commit 893022a028
10 changed files with 521 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ import org.springframework.util.Assert;
* @see #setBuildAbstractPart(boolean)
* @see #setBuildConcretePart(boolean)
* @since 1.0.0
* @deprecated as of Spring Web Services 1.5: superseded by {@link org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition}
* and the {@link org.springframework.ws.wsdl.wsdl11.provider} package
*/
public class DynamicWsdl11Definition implements Wsdl11Definition, InitializingBean {