
templates.interface.t.portmessage Maven / Gradle / Ivy
public void ${self.msg_name}(${parameter_list}) throws XtumlException \
.if ( inbound )
${body}
.else
{
if ( satisfied() ) send(new ${self.iface_name}.$c{self.msg_name}(${invocation_parameter_list}));
else ${body}\
}
.end if
© 2015 - 2025 Weber Informatics LLC | Privacy Policy