org.globus.ogsa.handlers
Class PersistentServiceHandler

java.lang.Object
  extended byBasicHandler
      extended byorg.globus.ogsa.handlers.PersistentServiceHandler

public class PersistentServiceHandler
extends BasicHandler

This handler is responsible for loading up the persistent services on a lazy load basis. The first time the AxisEngine gets invoked all the configured persistent services are brought into memory

See Also:
Serialized Form

Constructor Summary
PersistentServiceHandler()
           
 
Method Summary
 void generateWSDL(MessageContext messageContext)
           
 void invoke(MessageContext messageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentServiceHandler

public PersistentServiceHandler()
Method Detail

invoke

public void invoke(MessageContext messageContext)
            throws AxisFault
Throws:
AxisFault

generateWSDL

public void generateWSDL(MessageContext messageContext)
                  throws AxisFault
Throws:
AxisFault