Uses of Class
org.apache.ode.bpel.evar.ExternalVariableModuleException

Packages that use ExternalVariableModuleException
org.apache.ode.bpel.evar   
 

Uses of ExternalVariableModuleException in org.apache.ode.bpel.evar
 

Subclasses of ExternalVariableModuleException in org.apache.ode.bpel.evar
 class IncompleteKeyException
          Exception used to indicate that an attempt was made to access a variable using an incomplete key.
 

Methods in org.apache.ode.bpel.evar that throw ExternalVariableModuleException
 void ExternalVariableModule.configure(javax.xml.namespace.QName pid, java.lang.String extVarId, org.w3c.dom.Element config)
          Configure an external variable.
 ExternalVariableModule.Value ExternalVariableModule.readValue(javax.xml.namespace.QName varType, ExternalVariableModule.Locator locator)
          The the value of an external variable.
 ExternalVariableModule.Value ExternalVariableModule.writeValue(javax.xml.namespace.QName varType, ExternalVariableModule.Value newval)
          Update the value of the external variable.
 



Copyright © 2015 WSO2. All Rights Reserved.