package org.apache.tuscany.sca.binding.erlang.testing; public interface ServiceTestComponent { String sayHello(String arg1, String arg2); String[] sayHellos() throws Exception; StructuredTuple passComplexArgs(StructuredTuple arg1, String[] arg2); }