org.apache.abdera.protocol.server
Class ServiceManager

java.lang.Object
  extended by org.apache.abdera.protocol.server.ServiceManager
All Implemented Interfaces:
ServerConstants

public class ServiceManager
extends java.lang.Object
implements ServerConstants


Field Summary
 
Fields inherited from interface org.apache.abdera.protocol.server.util.ServerConstants
PROVIDER_MANAGER, REQUEST_HANDLER_MANAGER, SERVICE_CONTEXT, SUBJECT_RESOLVER, TARGET_RESOLVER
 
Method Summary
static Abdera getAbdera()
           
static ServiceManager getInstance()
           
 ServiceContext newServiceContext(java.util.Map<java.lang.String,java.lang.String> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ServiceManager getInstance()

getAbdera

public static Abdera getAbdera()

newServiceContext

public ServiceContext newServiceContext(java.util.Map<java.lang.String,java.lang.String> properties)