// add JAX-WS interceptors
// See http://cwiki.apache.org/CXF20DOC/interceptors.html
chain.add(new AttachmentInInterceptor());
chain.add(new StaxInInterceptor());
chain.add(new ReadHeadersInterceptor(bus));
chain.add(new SoapActionInInterceptor());
chain.add(new SoapHeaderInterceptor());
chain.add(new WrapperClassInInterceptor());
chain.add(new HolderInInterceptor());
// install interceptors for handler processing