|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wse.impl.WseElementCreationImpl
public class WseElementCreationImpl
This is a utility class which is responsible for the creation of elements that are used within WS-Eventing.
| Method Summary | |
|---|---|
static WseElementCreation |
getInstance()
|
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 specified 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WseElementCreation getInstance()
public SubscribeDocument newSubscribeDocument(String deliveryMode,
EndpointReferenceType endTo,
String filterDialect,
String filterConstraint,
Calendar expiresAt,
EndpointReferenceType notifyTo)
throws ProcessingException
newSubscribeDocument in interface WseElementCreationProcessingException
public SubscribeDocument newSubscribeDocument(String filterDialect,
String filterConstraint,
Calendar expiresAt,
EndpointReferenceType notifyTo)
throws ProcessingException
newSubscribeDocument in interface WseElementCreationProcessingException
public RenewDocument newRenewDocument(Calendar expiresAt)
throws ProcessingException
newRenewDocument in interface WseElementCreationProcessingExceptionpublic GetStatusDocument newGetStatusDocument()
newGetStatusDocument in interface WseElementCreation
public SubscribeResponseDocument newSubscribeResponseDocument(SubscriptionEntry subscriptionEntry)
throws ProcessingException
newSubscribeResponseDocument in interface WseElementCreationProcessingException
public RenewResponseDocument newRenewResponseDocument(SubscriptionEntry subscriptionEntry)
throws ProcessingException
newRenewResponseDocument in interface WseElementCreationProcessingException
public GetStatusResponseDocument newGetStatusResponseDocument(SubscriptionEntry subscriptionEntry)
throws ProcessingException
newGetStatusResponseDocument in interface WseElementCreationProcessingException
public SubscriptionEndDocument newSubscriptionEndDocument(SubscriptionEntry subscriptionEntry,
String status,
String reason)
throws ProcessingException
newSubscriptionEndDocument in interface WseElementCreationProcessingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||