diff --git a/core/src/main/java/org/springframework/ws/wsdl/wsdl11/SimpleWsdl11Definition.java b/core/src/main/java/org/springframework/ws/wsdl/wsdl11/SimpleWsdl11Definition.java index 7e90dff4..a4d248b1 100644 --- a/core/src/main/java/org/springframework/ws/wsdl/wsdl11/SimpleWsdl11Definition.java +++ b/core/src/main/java/org/springframework/ws/wsdl/wsdl11/SimpleWsdl11Definition.java @@ -31,8 +31,8 @@ import org.xml.sax.helpers.XMLReaderFactory; /** * The default {@link Wsdl11Definition} implementation. *
- *Allows a WSDL to be set by the {@link #setWsdl wsdl} property, or directly in the {@link
- * #SimpleWsdl11Definition(org.springframework.core.io.Resource) constructor}.
+ * Allows a WSDL to be set by the {@link #setWsdl wsdl} property, or directly in the {@link
+ * #SimpleWsdl11Definition(Resource) constructor}.
*
* @author Arjen Poutsma
* @since 1.0.0
@@ -42,14 +42,15 @@ public class SimpleWsdl11Definition implements Wsdl11Definition, InitializingBea
private Resource wsdlResource;
/**
- * Create a new instance of the SimpleWsdl11Definition class.
A subsequent call to the {@link - * #setWsdl(org.springframework.core.io.Resource)} method is required. + * Create a new instance of the {@link SimpleWsdl11Definition} class. + *
+ * A subsequent call to the {@link #setWsdl(Resource)} method is required. */ public SimpleWsdl11Definition() { } /** - * Create a new instance of theSimpleWsdl11Definition class.
+ * Create a new instance of the {@link SimpleWsdl11Definition} class with the specified resource.
*
* @param wsdlResource the WSDL resource; must not be null
* @throws IllegalArgumentException if the supplied wsdlResource is null
diff --git a/core/src/main/java/org/springframework/ws/wsdl/wsdl11/Wsdl11Definition.java b/core/src/main/java/org/springframework/ws/wsdl/wsdl11/Wsdl11Definition.java
index 6d3b4703..10dc1d12 100644
--- a/core/src/main/java/org/springframework/ws/wsdl/wsdl11/Wsdl11Definition.java
+++ b/core/src/main/java/org/springframework/ws/wsdl/wsdl11/Wsdl11Definition.java
@@ -21,7 +21,7 @@ import org.springframework.ws.wsdl.WsdlDefinition;
/**
* Models a WSDL 1.1-specific {@link WsdlDefinition}.
*
- * Just a marker interface at the moment.
+ * Just a marker interface at the moment.
*
* @author Arjen Poutsma
* @see Wsdl11DefinitionBuilder
diff --git a/core/src/test/resources/org/springframework/ws/wsdl/wsdl11/builder/airline.xsd b/core/src/test/resources/org/springframework/ws/wsdl/wsdl11/builder/airline.xsd
new file mode 100644
index 00000000..bd456e8e
--- /dev/null
+++ b/core/src/test/resources/org/springframework/ws/wsdl/wsdl11/builder/airline.xsd
@@ -0,0 +1,125 @@
+
+