|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ogf.graap.wsag.server.actions.AbstractNegotiationAction
public abstract class AbstractNegotiationAction
AbstractCreateAgreementAction Abstract base class for agreement creation actions.
Constructor Summary | |
---|---|
AbstractNegotiationAction()
|
Method Summary | |
---|---|
IActionHandlerContext |
getHandlerContext()
Returns the context of this action handler. |
Map<String,Object> |
getNegotiationContext(Map invocationContext)
Returns the negotiation context for the current invocation. |
void |
initialize()
Default implementation of action initialization. |
void |
setHandlerContext(IActionHandlerContext context)
Sets the context for this action handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ogf.graap.wsag.server.actions.INegotiationAction |
---|
negotiate |
Constructor Detail |
---|
public AbstractNegotiationAction()
Method Detail |
---|
public IActionHandlerContext getHandlerContext()
getHandlerContext
in interface IActionHandler
public void setHandlerContext(IActionHandlerContext context)
setHandlerContext
in interface IActionHandler
context
- IActionHandlerContext
public void initialize() throws ActionInitializationException
initialize
in interface IActionHandler
ActionInitializationException
public Map<String,Object> getNegotiationContext(Map invocationContext)
invocationContext
- the invocation context provided to the negotiation action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |