// StringConsumerPort.sidl is a configure-generated file. /** There is no such interface in the cca standard but probably * should be. */ interface StringConsumerPort extends gov.cca.Port { /** Receive a string from another component. */ void setString(in string s); } }