See: Description
Annotation Type | Description |
---|---|
Endpoint |
Indicates that an annotated class is an "Endpoint" (e.g.
|
Namespace |
Sets up a namespace to be used in an
@Endpoint method, class, or package. |
Namespaces |
Sets the namespaces to be used in an
@Endpoint method, class, or package. |
PayloadRoot |
Marks an endpoint method as the handler for an incoming request.
|
PayloadRoots |
Marks an endpoint method as containing multiple
PayloadRoots . |
RequestPayload |
Annotation which indicates that a method parameter should be bound to the request payload.
|
ResponsePayload |
Annotation which indicates that a method return value should be bound to the response payload.
|
XPathParam |
Indicates that a method parameter should be bound to an XPath expression.
|
Copyright © 2020 Pivotal Software. All rights reserved.