@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ServiceEndpoint
An SOAFaces Services Endpoint is a method on a class that contains this annotation.
The class must have a default constructure and the annotation must have the 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.