}
negotiatedParams.value.retainAll(serviceSupportedContent.negotiatedParams);
int channelId = connectionSession.getNextAvailChannelId();
ChannelSettings channelSettings = new ChannelSettings(negotiatedMimeTypes.value, negotiatedParams.value, channelId, adapter.getEndpoint().getServiceName(), tcpURI);
final ChannelContext openedChannelContext = new ChannelContext(connectionSession, channelSettings);
final SOAPVersion soapVersion = adapter.getEndpoint().getBinding().getSOAPVersion();
final Codec defaultCodec = adapter.getEndpoint().createCodec();
ChannelContext.configureCodec(openedChannelContext, soapVersion, defaultCodec);