You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

<binding.rmi>

Tuscany supports Remote Method Invocation (RMI) as a protcol for use with SCA services by using the <binding.rmi> SCDL extension.

The RMI binding enables SCA components to use or be used by any other application which uses the standard Java RMI protocol. One use of this is to easily integrate the Tuscany runtime with existing Java applications which use RMI.

This RMI binding SCDL has the following format:

   <binding.rmi host="" port="" serviceName=""/>

Some examples:

  • No labels