org.springframework.ws.soap.addressing.server.annotation
Annotation Type Address
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Address
Marks an endpoint with a WS-Addressing Address
. If this annotation is applied, the value()
is
compared to the destination
property of the incominging message.
- Since:
- 1.5.0
- Author:
- Arjen Poutsma
Required Element Summary |
String |
value
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an
autodetected component. |
value
public abstract String value
- The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an
autodetected component.
- Returns:
- the suggested component name, if any
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.