|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ServiceMethod
Defines a UCM service entry point.
| Required Element Summary | |
|---|---|
String |
name
The UCM service name. |
| Optional Element Summary | |
|---|---|
int |
accessLevel
The access level of the service. |
String |
errorMessage
An error message to return if the service fails to execute. |
String |
subjects
The notified subjects. |
String |
template
The UCM service template. |
String |
type
The type of service. |
| Element Detail |
|---|
public abstract String name
public abstract String template
public abstract String errorMessage
public abstract String type
public abstract int accessLevel
public abstract String subjects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||