|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.notification.pubsub.Subscriber
Constructor Summary | |
Subscriber(java.lang.String url,
java.lang.String configfile)
Creates a new instance of Subscriber |
Method Summary | |
java.lang.Object |
getCurrentMessage(Filter[] filters)
|
org.apache.ws.addressing.EndpointReference |
getEPR()
Returns this producer's endpoint reference. |
void |
init(java.lang.String configfile)
runs resource discovery. |
Subscription |
subscribe(NotificationConsumer notificationConsumer,
SubscriptionEndConsumer subscriptionEndConsumer,
TopicFilter tf,
XPathFilter xf,
java.util.Calendar initialTerminationTime,
boolean UseNotify)
Subscribe to notifications from this producer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Subscriber(java.lang.String url, java.lang.String configfile)
Method Detail |
public java.lang.Object getCurrentMessage(Filter[] filters)
public org.apache.ws.addressing.EndpointReference getEPR()
NotificationProducer
getEPR
in interface NotificationProducer
public Subscription subscribe(NotificationConsumer notificationConsumer, SubscriptionEndConsumer subscriptionEndConsumer, TopicFilter tf, XPathFilter xf, java.util.Calendar initialTerminationTime, boolean UseNotify)
NotificationProducer
subscribe
in interface NotificationProducer
notificationConsumer
- subscriptionEndConsumer
- the callback Interface for SubscriptionEnd Notifications, or null if no SubscriptionEnd should be sendtf
- xf
- initialTerminationTime
- UseNotify
- the notification delivery mode, or null to use default mode
public void init(java.lang.String configfile) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |