- The interface element defines the communication pattern for a message.
- The communication pattern is made up of a collection of logically related operations that are defined in the operation element.
- The syntax for the interface element is:
<interface name=”InterfaceName”>
where InterfaceName is the name of the port or interface.
In the code example, LibInterface is the name of the interface.
|