Target target = (Target) wireService.createProxy(wire);
assertNotNull(service);
service.setString("foo");
assertEquals("foo", service.getString());
assertEquals("foo", target.getString());
scope.onEvent(new CompositeStop(this, null));
scope.stop();
}
private OutboundWire getWire(ScopeContainer scope) throws NoSuchMethodException,
InvalidServiceContractException {