cgl.expeditor.function
Class GetContextDetailFromMemoryFunction

java.lang.Object
  extended bycgl.expeditor.function.AbstractFunction
      extended bycgl.expeditor.function.GetContextDetailFromMemoryFunction
All Implemented Interfaces:
org.apache.juddi.function.IFunction

public class GetContextDetailFromMemoryFunction
extends AbstractFunction

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

Field Summary
 
Fields inherited from class cgl.expeditor.function.AbstractFunction
registry
 
Constructor Summary
GetContextDetailFromMemoryFunction(ExpeditorRegistryEngine registry)
           
 
Method Summary
 org.apache.juddi.datatype.RegistryObject execute(org.apache.juddi.datatype.RegistryObject regObject)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class cgl.expeditor.function.AbstractFunction
getAuthToken, getRegistry, setRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetContextDetailFromMemoryFunction

public GetContextDetailFromMemoryFunction(ExpeditorRegistryEngine registry)
Method Detail

execute

public org.apache.juddi.datatype.RegistryObject execute(org.apache.juddi.datatype.RegistryObject regObject)
                                                 throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException

main

public static void main(java.lang.String[] args)