@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ServiceEndpoint
A SOAFaces Service Endpoint is a method on a class that contains this particular annotation.
To be identified as a SOAFaces Service Endpoint, a class must have a default constructor
along with this annotation and with a defined name
attribute set.
An endpoint can be referenced from the org.soafaces.services.client.rpc.UniversalClient
interaface
using the endpoint name
such as: soafaces://<class name>/<endpoint name>
.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Name of the endpoint
|
Copyright © Grand Logic, Inc. All Rights Reserved.