createJaxwsBinding();
List<Interceptor> handlerInterceptors;
handlerInterceptors = new ArrayList<Interceptor>();
handlerInterceptors.add(new LogicalHandlerInterceptor(binding));
if (getBinding() instanceof SoapBinding) {
handlerInterceptors.add(new SOAPHandlerInterceptor(binding));
} else {
// TODO: what for non soap bindings?
}