7980818283848586878889
final int port = configChild.getAttributeAsInteger( "port" ); try { return new SocketOutputTarget( address, port ); } catch( final IOException ioex ) { throw new ConfigurationException( "Failed to create target!", ioex.fillInStackTrace() ); }
7778798081828384858687