8889909192939495969798
public ConnectorElement[] listProperties() throws Exception { try { ConnectorMgmt con = new ConnectorMgmt(); return con.listProperties(); } catch (Exception e) { throw ExceptionHandler.getException(e, this);