List<Interceptor> phase;
// ServerIn phase
phase = getInterceptors(Phase.ServerIn);
phase.add(new HttpInOperationInterceptor());
phase.add(new HttpDecoderInterceptor(true));
phase.add(new JbiInInterceptor(true));
// ServerOut phase
phase = getInterceptors(Phase.ServerOut);
phase.add(new JbiFaultOutInterceptor());