in.add(new LogicalHandlerInInterceptor(jaxwsBinding));
in.add(new WrapperClassInInterceptor());
in.add(new HolderInInterceptor());
if (getBinding() instanceof SoapBinding) {
in.add(new SOAPHandlerInterceptor(jaxwsBinding));
in.add(new SwAInInterceptor());
getOutInterceptors().add(new SwAOutInterceptor());
} else {
// TODO: what for non soap bindings?
}