com.ebmwebsourcing.easyviper.core.impl.engine.variable
Class VariableImpl<T>
java.lang.Object
com.ebmwebsourcing.easyviper.core.impl.engine.variable.VariableImpl<T>
- All Implemented Interfaces:
- com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,T>, com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
public abstract class VariableImpl<T>
- extends java.lang.Object
- implements com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
- Author:
- Nicolas Salatge - eBM WebSourcing
|
Method Summary |
javax.xml.namespace.QName |
getContent()
|
com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher |
getMatcher()
|
javax.xml.namespace.QName |
getQName()
|
com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage |
getValue()
|
void |
setContent(javax.xml.namespace.QName content)
|
void |
setMatcher(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher messageMatcher)
|
void |
setQName(javax.xml.namespace.QName name)
|
void |
setValue(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage value)
|
java.lang.String |
toString()
|
| 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.variable.Variable |
copypaste |
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression |
evaluate |
VariableImpl
public VariableImpl()
getValue
public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage getValue()
- Specified by:
getValue in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
setValue
public void setValue(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage value)
- Specified by:
setValue in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
getMatcher
public com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher getMatcher()
setMatcher
public void setMatcher(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageMatcher messageMatcher)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getQName
public javax.xml.namespace.QName getQName()
- Specified by:
getQName in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
setQName
public void setQName(javax.xml.namespace.QName name)
- Specified by:
setQName in interface com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable<T>
getContent
public javax.xml.namespace.QName getContent()
- Specified by:
getContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,T>
setContent
public void setContent(javax.xml.namespace.QName content)
- Specified by:
setContent in interface com.ebmwebsourcing.easyviper.core.api.engine.expression.Expression<javax.xml.namespace.QName,T>
Copyright © 2009 eBM WebSourcing. All Rights Reserved.