org.apache.airavata.wsmg.client
Class SubscriptionInfo

java.lang.Object
  extended by org.apache.airavata.wsmg.client.SubscriptionInfo

public class SubscriptionInfo
extends Object


Constructor Summary
SubscriptionInfo(String eventSourceLocIn, String eventSinkLocIn, String topicExpression, String xpathExpression, String eventSinkEndpointReferenceNS, String eventSinkEndpointReference, long expireTime)
           
 
Method Summary
 String getEventSinkEndpointReference()
           
 String getEventSinkEndpointReferenceNS()
           
 String getEventSinkLocIn()
           
 String getEventSourceLocIn()
           
 long getExpireTime()
           
 String getTopicExpression()
           
 String getXpathExpression()
           
 void setEventSinkEndpointReference(String eventSinkEndpointReference)
           
 void setEventSinkEndpointReferenceNS(String eventSinkEndpointReferenceNS)
           
 void setEventSinkLocIn(String eventSinkLocIn)
           
 void setEventSourceLocIn(String eventSourceLocIn)
           
 void setExpireTime(long expireTime)
           
 void setTopicExpression(String topicExpression)
           
 void setXpathExpression(String xpathExpression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionInfo

public SubscriptionInfo(String eventSourceLocIn,
                        String eventSinkLocIn,
                        String topicExpression,
                        String xpathExpression,
                        String eventSinkEndpointReferenceNS,
                        String eventSinkEndpointReference,
                        long expireTime)
Parameters:
eventSourceLocIn -
eventSinkLocIn -
topicExpression -
xpathExpression -
eventSinkEndpointReferenceNS -
eventSinkEndpointReference -
expireTime -
Method Detail

getEventSinkEndpointReference

public String getEventSinkEndpointReference()
Returns:
Returns the eventSinkEndpointReference.

setEventSinkEndpointReference

public void setEventSinkEndpointReference(String eventSinkEndpointReference)
Parameters:
eventSinkEndpointReference - The eventSinkEndpointReference to set.

getEventSinkEndpointReferenceNS

public String getEventSinkEndpointReferenceNS()
Returns:
Returns the eventSinkEndpointReferenceNS.

setEventSinkEndpointReferenceNS

public void setEventSinkEndpointReferenceNS(String eventSinkEndpointReferenceNS)
Parameters:
eventSinkEndpointReferenceNS - The eventSinkEndpointReferenceNS to set.

getEventSinkLocIn

public String getEventSinkLocIn()
Returns:
Returns the eventSinkLocIn.

setEventSinkLocIn

public void setEventSinkLocIn(String eventSinkLocIn)
Parameters:
eventSinkLocIn - The eventSinkLocIn to set.

getEventSourceLocIn

public String getEventSourceLocIn()
Returns:
Returns the eventSourceLocIn.

setEventSourceLocIn

public void setEventSourceLocIn(String eventSourceLocIn)
Parameters:
eventSourceLocIn - The eventSourceLocIn to set.

getExpireTime

public long getExpireTime()
Returns:
Returns the expireTime.

setExpireTime

public void setExpireTime(long expireTime)
Parameters:
expireTime - The expireTime to set.

getTopicExpression

public String getTopicExpression()
Returns:
Returns the topicExpression.

setTopicExpression

public void setTopicExpression(String topicExpression)
Parameters:
topicExpression - The topicExpression to set.

getXpathExpression

public String getXpathExpression()
Returns:
Returns the xpathExpression.

setXpathExpression

public void setXpathExpression(String xpathExpression)
Parameters:
xpathExpression - The xpathExpression to set.


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.