|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSNotificationWriter
This interface describes a collection of methods that enable conversion of a
"WS-{Base/Brokered}Notification java type" object into a Document object.
This conversion uses JAXB "unmarshalling" mechanism
| Method Summary | |
|---|---|
org.w3c.dom.Document |
writeDestroyRegistration(DestroyRegistration destRegObj)
marchall a DestroyRegistration object. |
org.w3c.dom.Document |
writeDestroyRegistrationResponse(DestroyRegistrationResponse destRegRespObj)
marchall a DestroyRegistrationResponse object. |
org.w3c.dom.Document |
writeNotify(Notify notifyObj)
marchall a Notify object. |
org.w3c.dom.Document |
writeQueryExpressionType(QueryExpressionType queryExpression)
marshall a QueryExpressionType object |
org.w3c.dom.Document |
writeRegisterPublisher(RegisterPublisher regPubObj)
marchall a RegisterPublisher object. |
org.w3c.dom.Document |
writeRegisterPublisherResponse(RegisterPublisherResponse regPubRespObj)
marchall a RegisterPublisherResponse object. |
org.w3c.dom.Document |
writeSubscribe(Subscribe subsObj)
marshall a Subscribe object |
org.w3c.dom.Document |
writeSubscribeResponse(SubscribeResponse subsRespObj)
marshall a SubscribeResponse object |
void |
writeSubscriptionToFile(SubscriptionManagerRP subscription,
java.io.File file)
marshall a SubscriptionManagerRP into a file (used to persist the java object) |
org.w3c.dom.Document |
writeTopicExpressionType(TopicExpressionType topicExpression)
marshall a TopicExpressionType object |
org.w3c.dom.Document |
writeTopicNamespaceType(TopicNamespaceType namespace)
marshall a TopicNamespaceType object |
org.w3c.dom.Document |
writeTopicSetType(TopicSetType topicSet)
marshall a TopicSetType object |
org.w3c.dom.Document |
writeTopicType(TopicType topic)
marshall a TopicType object |
org.w3c.dom.Document |
writeUnsubscribe(Unsubscribe unsubsObj)
marshall an Unsubscribe object |
org.w3c.dom.Document |
writeUnsubscribeResponse(UnsubscribeResponse unsubsRespObj)
marshall an UnsubscribeResponse object |
| Method Detail |
|---|
org.w3c.dom.Document writeNotify(Notify notifyObj)
throws WSNotificationException
Notify object.
notifyObj - Notify Java object to marshall
Document representation of the Notify Java type
WSNotificationException
org.w3c.dom.Document writeRegisterPublisher(RegisterPublisher regPubObj)
throws WSNotificationException
RegisterPublisher object.
regPubObj - RegisterPublisher Java object to marshall
Document representation of the RegisterPublisher Java type
WSNotificationException
org.w3c.dom.Document writeRegisterPublisherResponse(RegisterPublisherResponse regPubRespObj)
throws WSNotificationException
RegisterPublisherResponse object.
regPubRespObj - RegisterPublisherResponse Java object to marshall
Document representation of the RegisterPublisherResponse Java type
WSNotificationException
org.w3c.dom.Document writeDestroyRegistration(DestroyRegistration destRegObj)
throws WSNotificationException
DestroyRegistration object.
destRegObj - DestroyRegistration Java object to marshall
Document representation of the DestroyRegistration Java type
WSNotificationException
org.w3c.dom.Document writeDestroyRegistrationResponse(DestroyRegistrationResponse destRegRespObj)
throws WSNotificationException
DestroyRegistrationResponse object.
destRegRespObj - DestroyRegistrationResponse Java object to marshall
Document representation of the DestroyRegistrationResponse Java type
WSNotificationException
org.w3c.dom.Document writeSubscribe(Subscribe subsObj)
throws WSNotificationException
Subscribe object
subsObj - SubscribeResponse Java object to marshall
Document representation of the Subscribe Java type
WSNotificationException
org.w3c.dom.Document writeSubscribeResponse(SubscribeResponse subsRespObj)
throws WSNotificationException
SubscribeResponse object
subsRespObj - SubscribeResponse Java object to marshall
Document representation of the SubscribeResponse Java type
WSNotificationException
org.w3c.dom.Document writeUnsubscribe(Unsubscribe unsubsObj)
throws WSNotificationException
Unsubscribe object
unsubsObj - unsubscribe Java object to marshall
Document representation of the Unsubscribe Java type
WSNotificationException
org.w3c.dom.Document writeUnsubscribeResponse(UnsubscribeResponse unsubsRespObj)
throws WSNotificationException
UnsubscribeResponse object
unsubsRespObj - unsubscribeResponse Java object to marshall
Document representation of the UnsubscribeResponse Java type
WSNotificationException
void writeSubscriptionToFile(SubscriptionManagerRP subscription,
java.io.File file)
throws WSNotificationException
SubscriptionManagerRP into a file (used to persist the java object)
subscription - the SubscriptionManagerRP java object to persistfile - File object used to persist SubscriptionManagerRP Object
WSNotificationException
org.w3c.dom.Document writeTopicExpressionType(TopicExpressionType topicExpression)
throws WSNotificationException
TopicExpressionType object
topicExpression - TopicExpressionType Java object to marshall
TopicExpressionType Java type
WSNotificationException
org.w3c.dom.Document writeQueryExpressionType(QueryExpressionType queryExpression)
throws WSNotificationException
QueryExpressionType object
topicExpression - QueryExpressionType Java object to marshall
Document representation of the TopicExpressionType Java type
WSNotificationException
org.w3c.dom.Document writeTopicType(TopicType topic)
throws WSNotificationException
TopicType object
topic - TopicType Java object to marshall
Document representation of the TopicType Java type
WSNotificationException
org.w3c.dom.Document writeTopicNamespaceType(TopicNamespaceType namespace)
throws WSNotificationException
TopicNamespaceType object
namespace - TopicNamespaceType Java object to marshall
Document representation of the TopicNamespaceType Java type
WSNotificationException
org.w3c.dom.Document writeTopicSetType(TopicSetType topicSet)
throws WSNotificationException
TopicSetType object
namespace - TopicSetType Java object to marshall
Document representation of the TopicSetType Java type
WSNotificationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||