Ejemplo n.º 1
0
 public void onModule(TransportModule transportModule) {
   transportModule.addTransportService("intercepting", InterceptingTransportService.class);
 }
 public void onModule(TransportModule transportModule) {
   transportModule.addTransport("mock", AssertingLocalTransport.class);
 }