org.apache.abdera.protocol.server
Class ServiceManager

java.lang.Object
  extended by org.apache.abdera.protocol.server.ServiceManager

public class ServiceManager
extends Object

The ServiceManager is used by the AbderaServlet to bootstrap the server instance. There should be little to no reason why an end user would need to use this class directly.


Field Summary
static String PROVIDER
           
 
Method Summary
static Abdera getAbdera()
           
static ServiceManager getInstance()
           
 Provider newProvider(Map<String,String> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER

public static final String PROVIDER
See Also:
Constant Field Values
Method Detail

getInstance

public static ServiceManager getInstance()

getAbdera

public static Abdera getAbdera()

newProvider

public Provider newProvider(Map<String,String> properties)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.