Apache CXF API

org.apache.cxf.js.rhino
Class ServerApp

java.lang.Object
  extended by org.apache.cxf.js.rhino.ServerApp

public class ServerApp
extends Object


Field Summary
static String ILLEGAL_OPTIONS_ERR
           
static String NO_ADDR_ERR
           
static String NO_FILES_ERR
           
static String UNKNOWN_OPTION
           
static String WRONG_ADDR_ERR
           
static String WRONG_BASE_ERR
           
 
Constructor Summary
ServerApp()
           
 
Method Summary
protected  ProviderFactory createProviderFactory()
           
static void main(String[] args)
           
protected  void start(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ADDR_ERR

public static final String NO_ADDR_ERR
See Also:
Constant Field Values

NO_FILES_ERR

public static final String NO_FILES_ERR
See Also:
Constant Field Values

WRONG_ADDR_ERR

public static final String WRONG_ADDR_ERR
See Also:
Constant Field Values

WRONG_BASE_ERR

public static final String WRONG_BASE_ERR
See Also:
Constant Field Values

ILLEGAL_OPTIONS_ERR

public static final String ILLEGAL_OPTIONS_ERR
See Also:
Constant Field Values

UNKNOWN_OPTION

public static final String UNKNOWN_OPTION
See Also:
Constant Field Values
Constructor Detail

ServerApp

public ServerApp()
Method Detail

start

protected void start(String[] args)
              throws Exception
Throws:
Exception

main

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

createProviderFactory

protected ProviderFactory createProviderFactory()

Apache CXF API

Apache CXF