Searched refs:stringArray (Results 1 – 1 of 1) sorted by relevance
517 String[] stringArray = new String[3]; in client() local518 stringArray[0] = "one"; in client()519 stringArray[1] = "two"; in client()520 stringArray[2] = "three"; in client()526 String[] outArray = proxy.haveSomeStrings(stringArray); in client()