op1.setServiceContract(outboundContract);
OutboundInvocationChain outboundChain = createMock(OutboundInvocationChain.class);
outboundChains.put(op1, outboundChain);
expect(outboundWire.getInvocationChains()).andReturn(outboundChains).anyTimes();
outboundChain.addInterceptor(EasyMock.anyInt(), (Interceptor)EasyMock.anyObject());
Map<Operation<?>, InboundInvocationChain> inboundChains =
new HashMap<Operation<?>, InboundInvocationChain>();
DataType<Type> type2 = new DataType<Type>(Node.class, Node.class);
List<DataType<Type>> types2 = new ArrayList<DataType<Type>>();