public void updateXpathData(String alias, String name, String xpath, int serverId, int bamId)
throws BAMException {
try {
stub.updateXpathData(alias, name, xpath, serverId, bamId);
} catch (RemoteException e) {
throw new BAMException("updateXpathData failed", e);
} catch (DataServiceFaultException e) {
throw new BAMException("updateXpathData failed", e);
}
}