}
}
public void assertMessage(Message message) {
PolicyDataEngine policyDataEngine = bus.getExtension(PolicyDataEngine.class);
policyDataEngine.assertMessage(message, getClient(), new ClientPolicyCalculator());
}
protected void closeInputStream(HttpURLConnection connection) throws IOException {
//try and consume any content so that the connection might be reusable
InputStream ins = connection.getErrorStream();