new FilterChainFactory<MethodCallMessage, MethodResultMessage>(MethodCallMessage.class,
MethodResultMessage.class);
factory.setFilters(Arrays.asList(OutgoingJsonSecureMethodCallMarshalFilter.class,
jmsOutgoingPort));
OutgoingPortImpl outgoingPort = new OutgoingPortImpl();
outgoingPort.setFilterChain(factory.create());
this.outgoingPort = outgoingPort;
}