|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteCallEndpointDef
This interface, RemoteCallEndpointDef is a template for creating a remote call endpoint. It ensures that the endpoint is constructed properly
Method Summary | |
---|---|
RemoteCallResponseDef |
endpoint(String endPointName)
Sets the endpoint for a message using the specified name |
RemoteCallResponseDef |
endpoint(String endPointName,
Annotation[] qualifiers,
Object[] args)
Sets the endpoint for a message using the specified name |
RemoteCallResponseDef |
endpoint(String endPointName,
Object[] args)
Sets the endpoint for a message using the specified name |
Method Detail |
---|
RemoteCallResponseDef endpoint(String endPointName)
endPointName
- - name of endpoint
RemoteCallResponseDef endpoint(String endPointName, Object[] args)
endPointName
- - name of endpointargs
- - the parameters for the endpoint function
RemoteCallResponseDef endpoint(String endPointName, Annotation[] qualifiers, Object[] args)
endPointName
- - name of endpointqualifiers
- - qualifiers to transmit along with the callargs
- - the parameters for the endpoint function
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |