this.getInFaultInterceptors().add(new KerberosTokenDOMInInterceptor());
this.getInInterceptors().add(new KerberosTokenStaxInInterceptor());
this.getInFaultInterceptors().add(new KerberosTokenStaxInInterceptor());
this.getOutInterceptors().add(new KerberosTokenInterceptor());
this.getInInterceptors().add(new KerberosTokenInterceptor());
this.getOutInterceptors().add(PolicyBasedWSS4JStaxOutInterceptor.INSTANCE);
this.getOutFaultInterceptors().add(PolicyBasedWSS4JStaxOutInterceptor.INSTANCE);
this.getInInterceptors().add(PolicyBasedWSS4JStaxInInterceptor.INSTANCE);
this.getInFaultInterceptors().add(PolicyBasedWSS4JStaxInInterceptor.INSTANCE);