message.setContent(XMLStreamReader.class, XMLInputFactory.newInstance()
.createXMLStreamReader(getTestStream(getClass(), "resources/GreetMeDocLiteralResp.xml")));
message.put(Message.REQUESTOR_ROLE, Boolean.TRUE);
interceptor.handleMessage(message);
assertNull(message.getContent(Exception.class));
List<?> objs = message.getContent(List.class);
assertTrue(objs != null && objs.size() > 0);