public interface RemoteCallEndpointDef
Modifier and Type | Method and Description |
---|---|
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
|
RemoteCallResponseDef endpoint(String endPointName)
endPointName
- - name of endpointRemoteCallResponseDef endpoint(String endPointName, Object[] args)
endPointName
- - name of endpointargs
- - the parameters for the endpoint functionRemoteCallResponseDef endpoint(String endPointName, Annotation[] qualifiers, Object[] args)
endPointName
- - name of endpointqualifiers
- - qualifiers to transmit along with the callargs
- - the parameters for the endpoint functionCopyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.