it.eng.spago.event.condition.impl
Class DefaultEventConditionDriver

java.lang.Object
  extended byit.eng.spago.event.condition.AbstractEventConditionDriver
      extended byit.eng.spago.event.condition.impl.DefaultEventConditionDriver
All Implemented Interfaces:
EventConditionDriverIFace, InitializerIFace

public class DefaultEventConditionDriver
extends AbstractEventConditionDriver


Constructor Summary
DefaultEventConditionDriver()
           
 
Method Summary
 boolean acceptsService(RequestContainer request, ResponseContainer response)
           
 EventConditionIFace getEventCondition()
           
 void init(SourceBean config)
           
 
Methods inherited from class it.eng.spago.event.condition.AbstractEventConditionDriver
getConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEventConditionDriver

public DefaultEventConditionDriver()
Method Detail

init

public void init(SourceBean config)
Specified by:
init in interface InitializerIFace
Overrides:
init in class AbstractEventConditionDriver

acceptsService

public boolean acceptsService(RequestContainer request,
                              ResponseContainer response)
Specified by:
acceptsService in interface EventConditionDriverIFace
Overrides:
acceptsService in class AbstractEventConditionDriver

getEventCondition

public EventConditionIFace getEventCondition()
Specified by:
getEventCondition in interface EventConditionDriverIFace
Overrides:
getEventCondition in class AbstractEventConditionDriver