org.apache.mina.example.chat
Class SpringMain

java.lang.Object
  extended by org.apache.mina.example.chat.SpringMain

public class SpringMain
extends java.lang.Object

(Entry point) Chat server which uses Spring and the serverContext.xml file to set up MINA and the server handler.

Author:
Apache MINA Project

Constructor Summary
SpringMain()
           
 
Method Summary
static org.springframework.context.ConfigurableApplicationContext getApplicationContext()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringMain

public SpringMain()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getApplicationContext

public static org.springframework.context.ConfigurableApplicationContext getApplicationContext()


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.