Uses of Interface
com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable

Packages that use Variable
com.ebmwebsourcing.easyviper.core.api.engine   
com.ebmwebsourcing.easyviper.core.api.engine.fault   
com.ebmwebsourcing.easyviper.core.api.engine.variable   
com.ebmwebsourcing.easyviper.core.api.soa.message   
 

Uses of Variable in com.ebmwebsourcing.easyviper.core.api.engine
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine that return Variable
 Variable Scope.findVariable(javax.xml.namespace.QName name)
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine that return types with arguments of type Variable
 java.util.Map<javax.xml.namespace.QName,Variable> Scope.getVariables()
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine with parameters of type Variable
 void Scope.setVariable(Variable v)
           
 

Uses of Variable in com.ebmwebsourcing.easyviper.core.api.engine.fault
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.fault that return Variable
 Variable Fault.getVariable()
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.fault with parameters of type Variable
 void Fault.setVariable(Variable var)
           
 

Uses of Variable in com.ebmwebsourcing.easyviper.core.api.engine.variable
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.variable that return Variable
 Variable<T> Variable.copypaste()
           
 

Uses of Variable in com.ebmwebsourcing.easyviper.core.api.soa.message
 

Methods in com.ebmwebsourcing.easyviper.core.api.soa.message with type parameters of type Variable
<V extends Variable>
InternalMessage<?>
MessageAdapter.adapt(V variable)
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.soa.message with parameters of type Variable
 boolean MessageMatcher.match(Variable var, InternalMessage<?> message)
           
 



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