| Modifier and Type | Required Element and Description |
|---|---|
String[] |
httpMethods
The HTTP methods to bind this operation to.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
bodyParam
The parameter name to bind the body content to in the RequestItem
passed to the REST/RPC handler.
|
String |
name
The name to match for the RPC operation to override the default behvaior
which is to use the name of the annotated method
|
String |
path
The path to match for the operation to override the service
path matching and parameter binding.
|
public abstract String[] httpMethods
public abstract String bodyParam
public abstract String path
public abstract String name
Copyright © 2007-2012. All Rights Reserved.