Interface CallContextFactory
-
public interface CallContextFactoryA factory for call context creation. You may supply your own CallContextFactory implementation to provide your own CallContexts.- Version:
- $Id: $Id
- Author:
- another
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallContextcreateContext()Creates a new context.
-
-
-
Method Detail
-
createContext
CallContext createContext()
Creates a new context.- Returns:
- a
CallContextobject.
-
-