com.webify.wsf.engine.context.remote
Class ContextManagerServiceSupport
java.lang.Object
com.webify.wsf.engine.context.remote.ContextManagerServiceSupport
public abstract class ContextManagerServiceSupport
- extends java.lang.Object
Useful base class for Context Manager clients and endpoints.
- Version:
- $Revision: $
- Author:
- msanchez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextManagerServiceSupport
public ContextManagerServiceSupport()
toContextTypeExt
public static ContextTypeExt toContextTypeExt(Context context)
toContextDocument
public static ContextDocument toContextDocument(Context context)
toContext
public Context toContext(ContextTypeExt xmlObj)
getLog
protected org.apache.commons.logging.Log getLog()
createContext
protected Context createContext(java.lang.String contextId,
long timestamp,
long timeout)
Copyright © 2002-2009 IBM. All Rights Reserved.