Spring Web Services Framework

org.springframework.ws.server.endpoint.annotation
Annotation Type Namespaces


@Documented
@Retention(value=RUNTIME)
@Target(value={PACKAGE,TYPE,METHOD})
public @interface Namespaces

Sets the namespaces to be used in an @Endpoint method, class, or package.

Since:
2.0
Author:
Arjen Poutsma
See Also:
Namespace

Required Element Summary
 Namespace[] value
           
 

Element Detail

value

public abstract Namespace[] value

Spring Web Services Framework

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