|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={PACKAGE,TYPE,METHOD})
public @interface Namespace
Sets up a namespace to be used in an @Endpoint method, class, or package.
@XPathParam, or @PayloadRoot.
XPathParam,
PayloadRoot| Required Element Summary | |
|---|---|
String |
uri
Signifies the URI of the namespace. |
| Optional Element Summary | |
|---|---|
String |
prefix
Signifies the prefix of the namespace. |
| Element Detail |
|---|
public abstract String uri
prefix()public abstract String prefix
uri()
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||