if (transports.contains(Transport.SSL))
{
sslContext = createSslContext();
}
AmqpProtocolVersion defaultSupportedProtocolReply = getDefaultAmqpSupportedReply();
String bindingAddress = (String) getAttribute(Port.BINDING_ADDRESS);
if (WILDCARD_ADDRESS.equals(bindingAddress))
{
bindingAddress = null;