private void setUpDecode(SOAPMessageContext context,
SOAPHeader header,
AddressingPropertiesImpl maps,
String mapProperty,
boolean requestor) throws Exception {
Unmarshaller unmarshaller = control.createMock(Unmarshaller.class);
ContextUtils.getJAXBContext().createUnmarshaller();
EasyMock.expectLastCall().andReturn(unmarshaller);
Iterator headerItr = control.createMock(Iterator.class);
header.examineAllHeaderElements();
EasyMock.expectLastCall().andReturn(headerItr);