|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSNotificationReader
This interface describes a collection of methods that enable conversion of a
Document object into a "WS-{Base/Brokered}Notification java type" object.
This conversion uses JAXB "unmarshalling" mechanism
| Method Summary | |
|---|---|
DestroyRegistration |
readDestroyRegistration(org.w3c.dom.Document doc)
Unmarshall DestroyRegistration object from a Document representation fragment object |
DestroyRegistrationResponse |
readDestroyRegistrationResponse(org.w3c.dom.Document doc)
Unmarshall DestroyRegistrationResponse object from a Document representation fragment object |
Notify |
readNotify(org.w3c.dom.Document doc)
Unmarshall Notify object from a Document representation fragment object |
QueryExpressionType |
readQueryExpressionType(org.w3c.dom.Document doc)
Unmarshall QueryExpressionType object from a Document representation fragment object |
RegisterPublisher |
readRegisterPublisher(org.w3c.dom.Document doc)
Unmarshall RegisterPublisher object from a Document representation fragment object |
RegisterPublisherResponse |
readRegisterPublisherResponse(org.w3c.dom.Document doc)
Unmarshall RegisterPublisherResponse object from a Document representation fragment object |
Subscribe |
readSubscribe(org.w3c.dom.Document doc)
Unmarshall Subscribe object from a Document representation fragment object |
SubscribeResponse |
readSubscribeResponse(org.w3c.dom.Document doc)
Unmarshall SubscribeResponse object from a Document representation fragment object |
TopicExpressionType |
readTopicExpressionType(org.w3c.dom.Document doc)
Unmarshall TopicExpressionType object from a Document representation fragment object |
TopicNamespaceType |
readTopicNamespaceType(org.w3c.dom.Document doc)
Unmarshall TopicNamespaceType object from a Document representation fragment object |
TopicSetType |
readTopicSetType(org.w3c.dom.Document doc)
Unmarshall TopicSetType object from a Document representation fragment object |
TopicType |
readTopicType(org.w3c.dom.Document doc)
Unmarshall TopicType object from a Document representation fragment object |
Unsubscribe |
readUnsubscribe(org.w3c.dom.Document doc)
Unmarshall Unsubscribe object from a Document representation fragment object |
UnsubscribeResponse |
readUnsubscribeResponse(org.w3c.dom.Document doc)
Unmarshall UnsubscribeResponse object from a Document representation fragment object |
| Method Detail |
|---|
RegisterPublisher readRegisterPublisher(org.w3c.dom.Document doc)
throws WSNotificationException
RegisterPublisher object from a Document representation fragment object
doc - Document object representation of RegisterPublisher Java type
RegisterPublisher object (type generated with jaxb tools)
WSNotificationException
RegisterPublisherResponse readRegisterPublisherResponse(org.w3c.dom.Document doc)
throws WSNotificationException
RegisterPublisherResponse object from a Document representation fragment object
doc - Document object representation of RegisterPublisherResponse Java type
RegisterPublisherResponse object (type generated with jaxb tools)
WSNotificationException
DestroyRegistration readDestroyRegistration(org.w3c.dom.Document doc)
throws WSNotificationException
DestroyRegistration object from a Document representation fragment object
doc - Document object representation of DestroyRegistration Java type
DestroyRegistration object (type generated with jaxb tools)
WSNotificationException
DestroyRegistrationResponse readDestroyRegistrationResponse(org.w3c.dom.Document doc)
throws WSNotificationException
DestroyRegistrationResponse object from a Document representation fragment object
doc - Document object representation of DestroyRegistrationResponse Java type
DestroyRegistrationResponse object (type generated with jaxb tools)
WSNotificationException
Subscribe readSubscribe(org.w3c.dom.Document doc)
throws WSNotificationException
Subscribe object from a Document representation fragment object
doc - Document object representation of Subscribe Java type
Subscribe object (type generated with jaxb tools)
WSNotificationException
SubscribeResponse readSubscribeResponse(org.w3c.dom.Document doc)
throws WSNotificationException
SubscribeResponse object from a Document representation fragment object
doc - Document object representation of SubscribeResponse Java type
SubscribeResponse object (type generated with jaxb tools)
WSNotificationException
Unsubscribe readUnsubscribe(org.w3c.dom.Document doc)
throws WSNotificationException
Unsubscribe object from a Document representation fragment object
doc - Document object representation of Unsubscribe Java type
Unsubscribe object (type generated with jaxb tools)
WSNotificationException
UnsubscribeResponse readUnsubscribeResponse(org.w3c.dom.Document doc)
throws WSNotificationException
UnsubscribeResponse object from a Document representation fragment object
doc - org.w3c.dom.Document object representation of UnsubscribeResponse Java type
UnsubscribeResponse object (type generated with jaxb tools)
WSNotificationException
Notify readNotify(org.w3c.dom.Document doc)
throws WSNotificationException
Notify object from a Document representation fragment object
doc - Document object representation of Notify Java type
Notify object (type generated with jaxb tools)
WSNotificationException
TopicExpressionType readTopicExpressionType(org.w3c.dom.Document doc)
throws WSNotificationException
TopicExpressionType object from a Document representation fragment object
doc - Document object representation of TopicExpressionType Java type
TopicExpressionType object (type generated with jaxb tools)
WSNotificationException
QueryExpressionType readQueryExpressionType(org.w3c.dom.Document doc)
throws WSNotificationException
QueryExpressionType object from a Document representation fragment object
doc - Document object representation of QueryExpressionType Java type
QueryExpressionType object (type generated with jaxb tools)
WSNotificationException
TopicType readTopicType(org.w3c.dom.Document doc)
throws WSNotificationException
TopicType object from a Document representation fragment object
doc - Document object representation of TopicType Java type
TopicType object (type generated with jaxb tools)
WSNotificationException
TopicNamespaceType readTopicNamespaceType(org.w3c.dom.Document doc)
throws WSNotificationException
TopicNamespaceType object from a Document representation fragment object
doc - Document object representation of TopicNamespaceType Java type
TopicNamespaceType object (type generated with jaxb tools)
WSNotificationException
TopicSetType readTopicSetType(org.w3c.dom.Document doc)
throws WSNotificationException
TopicSetType object from a Document representation fragment object
doc - Document object representation of TopicSetType Java type
TopicSetType object (type generated with jaxb tools)
WSNotificationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||