com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.functionnal
Class ReceiverBehaviourImpl

Package class diagram package ReceiverBehaviourImpl
java.lang.Object
  extended by com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
      extended by com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
          extended by com.ebmwebsourcing.easyviper.core.impl.engine.behaviour.functionnal.ReceiverBehaviourImpl
All Implemented Interfaces:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour, com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

public class ReceiverBehaviourImpl
extends com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
implements com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

Author:
Nicolas Salatge - eBM WebSourcing

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour.State
 
Field Summary
protected  com.ebmwebsourcing.easyviper.core.api.engine.Node node
           
 
Fields inherited from class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
state
 
Constructor Summary
ReceiverBehaviourImpl()
           
 
Method Summary
 boolean accept(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> message, com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
           
 void addVariableName(javax.xml.namespace.QName variableName)
           
protected  void executeOnEnded()
           
protected  void executeOnInactive()
           
protected  void executeOnStarted()
           
 com.ebmwebsourcing.easyviper.core.api.engine.Node getChildNodeSelected()
           
 java.lang.Object getClientEndpointKey()
           
 java.util.List<com.ebmwebsourcing.easyviper.core.api.soa.correlation.CorrelationMatcher> getCorrelationsMatchers()
           
 java.util.Map<java.lang.String,java.lang.Object> getInitializationContext()
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> getMessage()
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher getMessageMatcher()
           
 com.ebmwebsourcing.easyviper.core.api.engine.Node getNode()
           
 java.util.List<javax.xml.namespace.QName> getVariableNames()
           
 void setClientEndpointKey(java.lang.Object providerEndpointKey)
           
 void setCorrelationsMatchers(java.util.List<com.ebmwebsourcing.easyviper.core.api.soa.correlation.CorrelationMatcher> correlationMatcher)
           
 void setInitializationContext(java.util.Map<java.lang.String,java.lang.Object> context)
           
 void setLog(java.util.logging.Logger logger)
           
 void setMessage(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> message)
           
 void setMessageMatcher(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher messageMatcher)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
execute, getQName, getState, setQName, setState
 
Methods inherited from class com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
createSCAComponent, destroySCAComponent, getComponent, getName, setName, startSCAComponent, stopSCAComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour
execute, getQName, getState, setQName, setState
 
Methods inherited from interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
createSCAComponent, destroySCAComponent, getComponent, getName, setName, startSCAComponent, stopSCAComponent
 

Field Detail

node

protected com.ebmwebsourcing.easyviper.core.api.engine.Node node
Constructor Detail

ReceiverBehaviourImpl

public ReceiverBehaviourImpl()
Method Detail

getInitializationContext

public java.util.Map<java.lang.String,java.lang.Object> getInitializationContext()
                                                                          throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
getInitializationContext in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Overrides:
getInitializationContext in class com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

setInitializationContext

public void setInitializationContext(java.util.Map<java.lang.String,java.lang.Object> context)
                              throws com.ebmwebsourcing.easycommons.sca.helper.api.SCAException
Specified by:
setInitializationContext in interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
Overrides:
setInitializationContext in class com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
Throws:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAException

toString

public java.lang.String toString()
Overrides:
toString in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl

getNode

public com.ebmwebsourcing.easyviper.core.api.engine.Node getNode()
Specified by:
getNode in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour
Overrides:
getNode in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl

accept

public boolean accept(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> message,
                      com.ebmwebsourcing.easyviper.core.api.env.ExternalContext context)
               throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
accept in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

getVariableNames

public java.util.List<javax.xml.namespace.QName> getVariableNames()
Specified by:
getVariableNames in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

addVariableName

public void addVariableName(javax.xml.namespace.QName variableName)
Specified by:
addVariableName in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

setMessage

public void setMessage(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> message)
Specified by:
setMessage in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

getMessage

public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> getMessage()
Specified by:
getMessage in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

setLog

public void setLog(java.util.logging.Logger logger)
Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour
Overrides:
setLog in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl

getChildNodeSelected

public com.ebmwebsourcing.easyviper.core.api.engine.Node getChildNodeSelected()
Specified by:
getChildNodeSelected in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

getCorrelationsMatchers

public java.util.List<com.ebmwebsourcing.easyviper.core.api.soa.correlation.CorrelationMatcher> getCorrelationsMatchers()
Specified by:
getCorrelationsMatchers in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

setCorrelationsMatchers

public void setCorrelationsMatchers(java.util.List<com.ebmwebsourcing.easyviper.core.api.soa.correlation.CorrelationMatcher> correlationMatcher)
Specified by:
setCorrelationsMatchers in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

getMessageMatcher

public com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher getMessageMatcher()
Specified by:
getMessageMatcher in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

setMessageMatcher

public void setMessageMatcher(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher messageMatcher)
Specified by:
setMessageMatcher in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

executeOnEnded

protected void executeOnEnded()
                       throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
executeOnEnded in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

executeOnInactive

protected void executeOnInactive()
                          throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
executeOnInactive in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

executeOnStarted

protected void executeOnStarted()
                         throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
executeOnStarted in class com.ebmwebsourcing.easyviper.core.api.engine.behaviour.AbstractBehaviourImpl
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

getClientEndpointKey

public java.lang.Object getClientEndpointKey()
Specified by:
getClientEndpointKey in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour

setClientEndpointKey

public void setClientEndpointKey(java.lang.Object providerEndpointKey)
Specified by:
setClientEndpointKey in interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal.ReceiverBehaviour


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.