|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SubscriberWithPublisher
| Method Summary | |
|---|---|
EnvelopeDocument |
createSubscribe(EndpointReferenceType sourceEPR,
String filterConstraint,
Calendar expiresAt)
Create a subscribe request based on the specified parameters. |
EnvelopeDocument |
createSubscribe(EndpointReferenceType sourceEPR,
String filterDialect,
String filterConstraint,
Calendar expiresAt)
Create a subscribe request based on the specified parameters. |
void |
subscribe(EndpointReferenceType sourceEPR,
String filterConstraint,
Calendar expiresAt)
Issue a subscribe request based on the specified arguments. |
void |
subscribe(EndpointReferenceType sourceEPR,
String filterDialect,
String filterConstraint,
Calendar expiresAt)
Issue a subscribe request based on the specified arguments. |
| Methods inherited from interface cgl.narada.wsinfra.messaging.interactions.SubscriberInteraction |
|---|
issueExchange |
| Methods inherited from interface cgl.narada.wsinfra.messaging.FrameworkIndicator |
|---|
getProvider, getSpecVersion, isEventing, isNotification |
| Method Detail |
|---|
void subscribe(EndpointReferenceType sourceEPR,
String filterDialect,
String filterConstraint,
Calendar expiresAt)
throws ProcessingException,
MessageFlowException
sourceEPR - The EPR of the publisher in questionfilterDialect - The filter dialect associated with the subscriptionfilterConstraint - The filter constraint associated with the subscriptionexpiresAt - The time at which this subscription has been scheduled to
expire.
ProcessingException - This exception is thrown if there are problems
with the arguments or in the creation of the subscription message.
MessageFlowException - this exception is thrown if there are problems
in routing the message.
void subscribe(EndpointReferenceType sourceEPR,
String filterConstraint,
Calendar expiresAt)
throws ProcessingException,
MessageFlowException
sourceEPR - The EPR of the publisher in questionfilterConstraint - The filter constraint associated with the subscriptionexpiresAt - The time at which this subscription has been scheduled to
expire.
ProcessingException - This exception is thrown if there are problems
with the arguments or in the creation of the subscription message.
MessageFlowException
EnvelopeDocument createSubscribe(EndpointReferenceType sourceEPR,
String filterDialect,
String filterConstraint,
Calendar expiresAt)
throws ProcessingException
sourceEPR - The EPR of the publisher in questionfilterDialect - The filter dialect associated with the subscriptionfilterConstraint - The filter constraint associated with the subscriptionexpiresAt - The time at which this subscription has been scheduled to
expire.
ProcessingException - This exception is thrown if there are problems
with the arguments or in the creation of the subscription message.
EnvelopeDocument createSubscribe(EndpointReferenceType sourceEPR,
String filterConstraint,
Calendar expiresAt)
throws ProcessingException
sourceEPR - The EPR of the publisher in questionfilterConstraint - The filter constraint associated with the subscriptionexpiresAt - The time at which this subscription has been scheduled to
expire.
ProcessingException - This exception is thrown if there are problems
with the arguments or in the creation of the subscription message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||