Uses of Class
com.webify.wsf.engine.context.NoContextException

Packages that use NoContextException
com.webify.wsf.engine.context   
com.webify.wsf.engine.context.remote   
 

Uses of NoContextException in com.webify.wsf.engine.context
 

Methods in com.webify.wsf.engine.context that throw NoContextException
 void ContextManager.completed(java.lang.String contextId)
          Indicate that the business activity associated with the given context ID is complete.
 Context ContextManager.getContext(java.lang.String contextId)
          Gets the contents of the context specified by given ID.
 void ContextManager.updateContext(Context context)
          Updates the contents of context identified by Context.getContextIdentifier().
 

Uses of NoContextException in com.webify.wsf.engine.context.remote
 

Methods in com.webify.wsf.engine.context.remote that throw NoContextException
 void ContextManagerService.completed(CompletedDocument doc)
           
 ContextDocument ContextManagerService.getContext(GetDocument doc)
           
 void ContextManagerService.updateContext(UpdateDocument doc)
           
 



Copyright © 2002-2009 IBM. All Rights Reserved.