Uses of Interface
org.ogf.graap.wsag.server.actions.IActionHandlerContext

Packages that use IActionHandlerContext
org.ogf.graap.wsag.server.actions   
org.ogf.graap.wsag.server.actions.impl   
 

Uses of IActionHandlerContext in org.ogf.graap.wsag.server.actions
 

Methods in org.ogf.graap.wsag.server.actions that return IActionHandlerContext
 IActionHandlerContext IActionHandler.getHandlerContext()
          Returns the context of this action handler.
 IActionHandlerContext AbstractNegotiationAction.getHandlerContext()
          Returns the context of this action handler.
 IActionHandlerContext AbstractGetTemplateAction.getHandlerContext()
          Returns the context of this action handler.
 IActionHandlerContext AbstractCreateAgreementAction.getHandlerContext()
          Returns the context of this action handler.
 

Methods in org.ogf.graap.wsag.server.actions with parameters of type IActionHandlerContext
 void IActionHandler.setHandlerContext(IActionHandlerContext context)
          Sets the context for this action handler.
 void AbstractNegotiationAction.setHandlerContext(IActionHandlerContext context)
          Sets the context for this action handler.
 void AbstractGetTemplateAction.setHandlerContext(IActionHandlerContext context)
          Sets the context for this action handler.
 void AbstractCreateAgreementAction.setHandlerContext(IActionHandlerContext context)
          Sets the context for this action handler.
 

Uses of IActionHandlerContext in org.ogf.graap.wsag.server.actions.impl
 

Classes in org.ogf.graap.wsag.server.actions.impl that implement IActionHandlerContext
 class HandlerContext
           
 



Copyright © 2008-2012. All Rights Reserved.