org.springframework.ws.server.endpoint.annotation
Annotation Type XPathParam
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface XPathParam
Indicates that a method parameter should be bound to an XPath expression. The annotation value signifies the XPath
expression to use. The parameter can be of the following types:
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
XPathParamAnnotationMethodEndpointAdapter
value
public abstract String value
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.