com.ebmwebsourcing.easyviper.core.api.engine.behaviour
Interface ReceiverBehaviour
- All Superinterfaces:
- Behaviour, Element, FractalComponent, java.io.Serializable
public interface ReceiverBehaviour
- extends Behaviour
- Author:
- Nicolas Salatge - eBM WebSourcing
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour |
Behaviour.State |
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.Element |
setLog |
setMessage
void setMessage(InternalMessage<?> message)
getMessage
InternalMessage<?> getMessage()
accept
boolean accept(InternalMessage<?> message,
ExternalContext context)
throws CoreException
- Throws:
CoreException
getChildNodeSelected
Node getChildNodeSelected()
addVariableName
void addVariableName(javax.xml.namespace.QName variableName)
getVariableNames
java.util.List<javax.xml.namespace.QName> getVariableNames()
getMessageMatcher
MessageMatcher getMessageMatcher()
setMessageMatcher
void setMessageMatcher(MessageMatcher messageMatcher)
getCorrelationsMatchers
java.util.List<CorrelationMatcher> getCorrelationsMatchers()
setCorrelationsMatchers
void setCorrelationsMatchers(java.util.List<CorrelationMatcher> correlationMatcher)
Copyright © 2009 eBM WebSourcing. All Rights Reserved.