|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface PayloadRoot
Marks an endpoint method as the handler for an incoming request. The annotation values signify the the request payload root element that is handled by the method.
PayloadRootAnnotationMethodEndpointMapping| Required Element Summary | |
|---|---|
String |
localPart
Signifies the local part of the payload root element handled by the annotated method. |
| Optional Element Summary | |
|---|---|
String |
namespace
Signifies the namespace of the payload root element handled by the annotated method. |
| Element Detail |
|---|
public abstract String localPart
namespace()public abstract String namespace
localPart()
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||