com.technicolor.eloyente
Class SubscriptionProperties

java.lang.Object
  extended by com.technicolor.eloyente.SubscriptionProperties

public class SubscriptionProperties
extends Object

Author:
fernandezdiazi

Field Summary
protected  String node
           
protected  Variable[] variables
           
 
Constructor Summary
SubscriptionProperties(String filter, String node, Variable[] v)
           
 
Method Summary
 String getFilter()
           
 XPathExpressionHandler getFilterXPath()
           
 String getNode()
           
 List<Variable> getVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected String node

variables

protected Variable[] variables
Constructor Detail

SubscriptionProperties

@DataBoundConstructor
public SubscriptionProperties(String filter,
                                                   String node,
                                                   Variable[] v)
                       throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getNode

public String getNode()

getFilter

public String getFilter()

getFilterXPath

public XPathExpressionHandler getFilterXPath()

getVariables

public List<Variable> getVariables()


Copyright © 2004-2012. All Rights Reserved.