}
outboundWire.setServiceContract(bindingContract);
outboundWire.setContainer(reference);
for (Operation<?> operation : bindingContract.getOperations().values()) {
OutboundInvocationChain chain = createOutboundChain(operation);
chain.addInterceptor(new InvokerInterceptor());
outboundWire.addInvocationChain(operation, chain);
}
// Notice that we skip inboundWire.setCallbackReferenceName
// First, an inbound inboundWire's callbackReferenceName is only retrieved by JavaAtomicComponent