cgl.narada.wsinfra.wse.matching
Class SubscriptionEntryFactory
java.lang.Object
cgl.narada.wsinfra.wse.matching.SubscriptionEntryFactory
- public class SubscriptionEntryFactory
- extends Object
This class is Factory for creating SubscriptionEntry objects
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moduleName
public String moduleName
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