只需要知道cxf拦截器Interceptor的header的xml格式然后加入下面2行代码

org.apache.axiom.om.OMElement;org.apache.axiom.om.util.AXIOMUtil;OMElement header1 = AXIOMUtil.stringToOM("
");stub._getServiceClient().addHeader(header1);

瞬间解决问题。