cgl.expeditor.function
Class AbstractFunction

java.lang.Object
  extended bycgl.expeditor.function.AbstractFunction
All Implemented Interfaces:
org.apache.juddi.function.IFunction
Direct Known Subclasses:
GetContextDetailFromMemoryFunction, SaveContextToMemoryFunction

public abstract class AbstractFunction
extends java.lang.Object
implements org.apache.juddi.function.IFunction

Author:
Mehmet S. Aktas (maktas@indiana.edu)

Field Summary
protected  ExpeditorRegistryEngine registry
           
 
Constructor Summary
protected AbstractFunction(ExpeditorRegistryEngine registry)
           
 
Method Summary
protected  AutharizationToken getAuthToken(AuthInfo authInfo, ContextSpaceDataStore dataStore)
          Verify the authentication parameters.
 ExpeditorRegistryEngine getRegistry()
           
 void setRegistry(ExpeditorRegistryEngine registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.juddi.function.IFunction
execute
 

Field Detail

registry

protected ExpeditorRegistryEngine registry
Constructor Detail

AbstractFunction

protected AbstractFunction(ExpeditorRegistryEngine registry)
Parameters:
registry -
Method Detail

getRegistry

public ExpeditorRegistryEngine getRegistry()
Returns:
RegistryEngine

setRegistry

public void setRegistry(ExpeditorRegistryEngine registry)
Parameters:
registry -

getAuthToken

protected AutharizationToken getAuthToken(AuthInfo authInfo,
                                          ContextSpaceDataStore dataStore)
                                   throws org.apache.juddi.error.RegistryException
Verify the authentication parameters.

Throws:
org.apache.juddi.error.RegistryException