Class | Description |
---|---|
RemoteableMeta |
Contains the meta-data about a remoteable interface.
|
RemoteableMethodMeta |
Contains the meta-data about a Java method on a remoteable interface.
|
RemoteMethodArg |
Represents the metadata about an annotated argument of a method on a remote proxy interface.
|
Enum | Description |
---|---|
ReturnValue |
Possible values for the
@RemoteMethod.returns() annotation. |
Exception | Description |
---|---|
RemoteableMetadataException |
Exceptions caused by invalid Remoteable classes.
|
Annotation Type | Description |
---|---|
Body |
Annotation applied to Java method arguments of interface proxies to denote that they are the HTTP body of the request.
|
FormData |
Annotation applied to Java method arguments of interface proxies to denote that they are FORM post parameters on the
request.
|
FormDataIfNE |
Identical to
@FormData except skips values if they're null/blank. |
Header |
Annotation applied to Java method arguments of interface proxies to denote that they are serialized as an HTTP
header value.
|
HeaderIfNE |
Identical to
@Header except skips values if they're null/blank. |
Path |
Annotation applied to Java method arguments of interface proxies to denote that they are path variables on the request.
|
Query |
Annotation applied to Java method arguments of interface proxies to denote that they are QUERY parameters on the
request.
|
QueryIfNE |
Identical to
@Query except skips values if they're null/blank. |
Remoteable |
Identifies a remote proxy interface against a REST interface.
|
RemoteMethod |
Annotation applied to Java methods on interface proxy classes.
|
RequestBean |
Annotation applied to Java method arguments of interface proxies to denote a bean with remoteable annotations.
|
Copyright © 2018 Apache. All rights reserved.