|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WseElementCreation
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 |
|---|
SubscribeDocument newSubscribeDocument(String deliveryMode,
EndpointReferenceType endTo,
String filterDialect,
String filterConstraint,
Calendar expiresAt,
EndpointReferenceType notifyTo)
throws ProcessingException
ProcessingException
SubscribeDocument newSubscribeDocument(String filterDialect,
String filterConstraint,
Calendar expiresAt,
EndpointReferenceType notifyTo)
throws ProcessingException
ProcessingException
RenewDocument newRenewDocument(Calendar expiresAt)
throws ProcessingException
ProcessingExceptionGetStatusDocument newGetStatusDocument()
SubscribeResponseDocument newSubscribeResponseDocument(SubscriptionEntry subscriptionEntry)
throws ProcessingException
ProcessingException
RenewResponseDocument newRenewResponseDocument(SubscriptionEntry subscriptionEntry)
throws ProcessingException
ProcessingException
GetStatusResponseDocument newGetStatusResponseDocument(SubscriptionEntry subscriptionEntry)
throws ProcessingException
ProcessingException
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 | ||||||||