com.webify.wsf.engine.context.remote
Class ContextManagerServiceSupport

java.lang.Object
  extended by 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

Constructor Summary
ContextManagerServiceSupport()
           
 
Method Summary
protected  Context createContext(java.lang.String contextId, long timestamp, long timeout)
           
protected  org.apache.commons.logging.Log getLog()
           
 Context toContext(ContextTypeExt xmlObj)
           
static ContextDocument toContextDocument(Context context)
           
static ContextTypeExt toContextTypeExt(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextManagerServiceSupport

public ContextManagerServiceSupport()
Method Detail

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.