171172173174175176177178
return Location.INTERNAL; } } return Location.EXTERNAL; } catch (Exception e) { throw new MessageException(e.toString(),e,logger); } }