From 2e059f60e9ac4c1224553c59d9e847abc0595f04 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 27 Jul 2010 12:36:13 +0000 Subject: [PATCH] SWS-544 - Added XPath validation javadoc --- .../ws/mock/client/XPathExpectations.java | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test/src/main/java/org/springframework/ws/mock/client/XPathExpectations.java b/test/src/main/java/org/springframework/ws/mock/client/XPathExpectations.java index 784d8a0b..ad8cf26d 100644 --- a/test/src/main/java/org/springframework/ws/mock/client/XPathExpectations.java +++ b/test/src/main/java/org/springframework/ws/mock/client/XPathExpectations.java @@ -17,11 +17,16 @@ package org.springframework.ws.mock.client; /** - * Allows for setting up expectations on XPath expressions. Implementations of this interface are returned by {@link - * WebServiceMock}. + * Allows for setting up expectations on XPath expressions. + *

+ * Implementations of this interface are returned by {@link WebServiceMock#xpath(String)} and {@link + * WebServiceMock#xpath(String, java.util.Map)}, as part of the fluent API. As such, it is not typical to implement this + * interface yourself. * * @author Lukas Krecan * @author Arjen Poutsma + * @see WebServiceMock#xpath(String) + * @see WebServiceMock#xpath(String, java.util.Map) * @since 2.0 */ public interface XPathExpectations {