Exemplo n.º 1
0
 /**
  * Validates this endpoint if its configured properly.
  *
  * @throws Exception is thrown if endpoint is invalid configured for its mandatory options
  */
 protected void afterPropertiesSet() throws Exception {
   RemoteFileConfiguration config = getConfiguration();
   ObjectHelper.notEmpty(config.getHost(), "host");
   ObjectHelper.notEmpty(config.getProtocol(), "protocol");
 }