/* */
/* 69 */ boolean isActor = (actor == null) || (actor.length() == 0) || ("http://schemas.xmlsoap.org/soap/actor/next".equals(actor)) || (roles.contains(actor));
/* 70 */ if ((isActor) && (!this.headerSource.getHeaders().contains(name)))
/* */ {
/* 73 */ QName faultCode = SOAPConstants.SOAP_MUSTUNDERSTAND_FAULT;
/* 74 */ SOAPFaultImpl fault = new SOAPFaultImpl();
/* 75 */ fault.setFaultCode(faultCode);
/* 76 */ fault.setFaultString("SOAP header blocks not understood");
/* 77 */ throwFaultException(fault);
/* */ }
/* */ }