|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) public @interface RestEndpoint
| Required Element Summary | |
|---|---|
Class<? extends org.jvnet.hk2.config.ConfigBeanProxy> |
configBean
ConfigBean to which to attach the AdminCommand |
| Optional Element Summary | |
|---|---|
String |
description
The description of the endpoint. |
RestEndpoint.OpType |
opType
Rest operation type that should trigger a redirect to an actual asadmin command invocation. |
RestParam[] |
params
A list of one or more @RestParam annotations representing the parameters to be used in the AdminCommand call |
String |
path
This is the value of the last segment in the generated URL. |
| Element Detail |
|---|
public abstract Class<? extends org.jvnet.hk2.config.ConfigBeanProxy> configBean
public abstract RestEndpoint.OpType opType
public abstract String path
public abstract String description
public abstract RestParam[] params
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||