Skip to content

Commit 2e059f6

Browse files
committed
SWS-544 - Added XPath validation javadoc
1 parent 1e2e222 commit 2e059f6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

test/src/main/java/org/springframework/ws/mock/client/XPathExpectations.java

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@
1717
package org.springframework.ws.mock.client;
1818

1919
/**
20-
* Allows for setting up expectations on XPath expressions. Implementations of this interface are returned by {@link
21-
* WebServiceMock}.
20+
* Allows for setting up expectations on XPath expressions.
21+
* <p/>
22+
* Implementations of this interface are returned by {@link WebServiceMock#xpath(String)} and {@link
23+
* WebServiceMock#xpath(String, java.util.Map)}, as part of the fluent API. As such, it is not typical to implement this
24+
* interface yourself.
2225
*
2326
* @author Lukas Krecan
2427
* @author Arjen Poutsma
28+
* @see WebServiceMock#xpath(String)
29+
* @see WebServiceMock#xpath(String, java.util.Map)
2530
* @since 2.0
2631
*/
2732
public interface XPathExpectations {

0 commit comments

Comments
 (0)