@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Component public @interface Endpoint
@Component
, allowing for implementation classes to be
autodetected through classpath scanning. Instances of this class are typically picked up by an AbstractAnnotationMethodEndpointMapping
implementation, such as SoapActionAnnotationMethodEndpointMapping
.org.springframework.context.annotation.ClassPathBeanDefinitionScanner
public abstract String value
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.