|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is a utility class which is responsible for the creation of elements that are used within WS-Eventing.
| Method Summary | |
GetStatusDocument |
newGetStatusDocument()
This method creates a getStatus request document based on the newly created subscription entry |
GetStatusResponseDocument |
newGetStatusResponseDocument(SubscriptionEntry subscriptionEntry)
This method creates a getStatus response document based on the newly created subscription entry |
RenewDocument |
newRenewDocument(Calendar expiresAt)
This method creates a renew request document based on the newly created subscription entry |
RenewResponseDocument |
newRenewResponseDocument(SubscriptionEntry subscriptionEntry)
This method creates a renew response document based on the newly created subscription entry |
SubscribeDocument |
newSubscribeDocument(String deliveryMode,
EndpointReferenceType endTo,
String filterDialect,
String filterConstraint,
Calendar expiresAt,
EndpointReferenceType notifyTo)
This method creates a subscribe request document based on the specified arguments. |
SubscribeDocument |
newSubscribeDocument(String filterDialect,
String filterConstraint,
Calendar expiresAt,
EndpointReferenceType notifyTo)
This method creates a subscribe request document based on the specified arguments. |
SubscribeResponseDocument |
newSubscribeResponseDocument(SubscriptionEntry subscriptionEntry)
This method creates a subscribe response document based on the newly created subscription entry |
SubscriptionEndDocument |
newSubscriptionEndDocument(SubscriptionEntry subscriptionEntry,
String status,
String reason)
This method create a SubscriptionEnd document based on the specified subscription entry |
| Method Detail |
public SubscribeDocument newSubscribeDocument(String deliveryMode,
EndpointReferenceType endTo,
String filterDialect,
String filterConstraint,
Calendar expiresAt,
EndpointReferenceType notifyTo)
throws ProcessingException
ProcessingException
public SubscribeDocument newSubscribeDocument(String filterDialect,
String filterConstraint,
Calendar expiresAt,
EndpointReferenceType notifyTo)
throws ProcessingException
ProcessingException
public RenewDocument newRenewDocument(Calendar expiresAt)
throws ProcessingException
ProcessingExceptionpublic GetStatusDocument newGetStatusDocument()
public SubscribeResponseDocument newSubscribeResponseDocument(SubscriptionEntry subscriptionEntry)
throws ProcessingException
ProcessingException
public RenewResponseDocument newRenewResponseDocument(SubscriptionEntry subscriptionEntry)
throws ProcessingException
ProcessingException
public GetStatusResponseDocument newGetStatusResponseDocument(SubscriptionEntry subscriptionEntry)
throws ProcessingException
ProcessingException
public SubscriptionEndDocument newSubscriptionEndDocument(SubscriptionEntry subscriptionEntry,
String status,
String reason)
throws ProcessingException
ProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||