}
} else if ( "socket-service".equals( e.getLocalName() ) ) {
String acceptor = e.getAttribute( "acceptor" );
String ip = e.getAttribute( "ip" );
AcceptorFactoryService acc = null;
if ( StringUtils.hasText( acceptor ) ) {
if ( "mina".equals( acceptor ) ) {
acc = new MinaAcceptorFactoryService();
}
}