cgl.narada.wsinfra.messaging.entity.wse
Class WseSubscriber
java.lang.Object
cgl.narada.wsinfra.messaging.wse.WseFrameworkIndicator
cgl.narada.wsinfra.messaging.entity.wse.WseEntity
cgl.narada.wsinfra.messaging.entity.wse.WseSubscriber
- All Implemented Interfaces:
- MessagingEntity, Subscriber, FrameworkIndicator
public class WseSubscriber
- extends WseEntity
- implements Subscriber
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WseSubscriber
public WseSubscriber(EndpointReferenceType sinkEPR)
throws DeploymentException
- Throws:
DeploymentException
getSubscribeDefaults
public SubscriberDefaults getSubscribeDefaults()
- Description copied from interface:
Subscriber
- Retrieve the subscriber defaults.
- Specified by:
getSubscribeDefaults in interface Subscriber
- Returns:
- See Also:
Subscriber.getSubscribeDefaults()
getListOfSubscriptionIdentifiers
public Enumeration getListOfSubscriptionIdentifiers()
- Description copied from interface:
Subscriber
- Retrieve the list of subscriptions registered at a Publisher.
- Specified by:
getListOfSubscriptionIdentifiers in interface Subscriber
- Returns:
- Enumeration of the list of subscription identifiers
- See Also:
Subscriber.getListOfSubscriptionIdentifiers()
getSubscription
public Subscription getSubscription(String subscriptionIdentifier)
throws ProcessingException
- Description copied from interface:
Subscriber
- Retrieve the subscription associated with a subscription identifier.
- Specified by:
getSubscription in interface Subscriber
- Parameters:
subscriptionIdentifier - The ID of subscription in question
- Returns:
- The Subscription widget which snapshots the subscription
- Throws:
ProcessingException - If there are problems with the specified
subscriptionIdentifier.- See Also:
Subscriber.getSubscription(java.lang.String)
getInteractionWithPublisher
public SubscriberWithPublisher getInteractionWithPublisher()
- Description copied from interface:
Subscriber
- Retrieve the interface corresponding to a subscriber's interactions with
a publisher.
- Specified by:
getInteractionWithPublisher in interface Subscriber
- Returns:
- SubscriberWithPublisher
- See Also:
Subscriber.getInteractionWithPublisher()
getInteractionWithSubscriptionManager
public SubscriberWithSubscriptionManager getInteractionWithSubscriptionManager()
- Description copied from interface:
Subscriber
- Retrieve the interface corresponding to a subscriber's interactions with
a subscription manager.
- Specified by:
getInteractionWithSubscriptionManager in interface Subscriber
- Returns:
- SubscriberWithSubscriptionManager
- See Also:
Subscriber.getInteractionWithSubscriptionManager()
For comments and suggestions please send
e-mail to
The NaradaBrokering Project