final InputStream requestStream = JBossPDPInteroperabilityTestCase.class
.getResourceAsStream(XACMLTestUtils.TESTOBJECTS_REQUESTS + "/" + requestFileLoc);
if (requestStream == null) {
LOGGER.warn("INPUT IS NULL");
}
request.readRequest(requestStream);
return getDecision(pdp, request);
}
/**
* Gets the decision from the PDP.