try {
if (xpathSplits.length == propertySplits.length
&& propertySplits.length == typeSplit.length) {
Property[] xpathProperties = new Property[xpathSplits.length];
for (int i = 0; i < xpathSplits.length; ++i) {
Property prop = new Property();
prop.setXpath(xpathSplits[i]);
prop.setProprtyName(propertySplits[i]);
prop.setType(typeSplit[i]);
xpathProperties[i] = prop;
}
if (this.checkBox.isSelected()) {
StreamServiceStub stub = new StreamServiceStub(