cgl.narada.wsinfra.wse.matching
Class SubscriptionEntryFactory

java.lang.Object
  extended bycgl.narada.wsinfra.wse.matching.SubscriptionEntryFactory

public class SubscriptionEntryFactory
extends Object

This class is Factory for creating SubscriptionEntry objects


Field Summary
 String moduleName
           
 
Method Summary
 SubscriptionEntry createEntry(String identifier, FilterType filter, Calendar expiresAt, EndpointReferenceType source, EndpointReferenceType sink, EndpointReferenceType endTo, EndpointReferenceType subscriptionManager)
          Creates a SubscriptionEntry.
static SubscriptionEntryFactory getInstance()
           
 SubscriptionEntry updateSubscriptionEntry(SubscriptionEntry entry, Calendar expiresAt)
          Returns a NULL if any of the parameters to this method is a null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moduleName

public String moduleName
Method Detail

getInstance

public static SubscriptionEntryFactory getInstance()

createEntry

public SubscriptionEntry createEntry(String identifier,
                                     FilterType filter,
                                     Calendar expiresAt,
                                     EndpointReferenceType source,
                                     EndpointReferenceType sink,
                                     EndpointReferenceType endTo,
                                     EndpointReferenceType subscriptionManager)
Creates a SubscriptionEntry. This method returns a NULL if any of parameters to this method is a null.


updateSubscriptionEntry

public SubscriptionEntry updateSubscriptionEntry(SubscriptionEntry entry,
                                                 Calendar expiresAt)
Returns a NULL if any of the parameters to this method is a null



navbar_bottom">