Beispiel #1
0
 /**
  * @param node
  * @throws DeploymentException
  * @throws IOException
  */
 @Override
 protected void consumerConnect(XmlNode node) throws DeploymentException, IOException {
   connect(node.getSon("uri").getValue() + token);
 }
Beispiel #2
0
 /**
  * @param node
  * @throws DeploymentException
  * @throws IOException
  */
 @Override
 protected void agentConnect(XmlNode node) throws DeploymentException, IOException {
   connect(node.getSon("uri").getValue() + node.getSon("brand").getValue());
 }