Spring Web Services Framework

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

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.