com.ebmwebsourcing.wsstar.notification.definition.inout
Interface WSNotificationReader

All Known Implementing Classes:
WSNotificationReaderImpl

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

Author:
Thierry Déjean - eBM WebSourcing

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

readRegisterPublisher

RegisterPublisher readRegisterPublisher(org.w3c.dom.Document doc)
                                        throws WSNotificationException
Unmarshall RegisterPublisher object from a Document representation fragment object

Parameters:
doc - Document object representation of RegisterPublisher Java type
Returns:
a RegisterPublisher object (type generated with jaxb tools)
Throws:
WSNotificationException

readRegisterPublisherResponse

RegisterPublisherResponse readRegisterPublisherResponse(org.w3c.dom.Document doc)
                                                        throws WSNotificationException
Unmarshall RegisterPublisherResponse object from a Document representation fragment object

Parameters:
doc - Document object representation of RegisterPublisherResponse Java type
Returns:
a RegisterPublisherResponse object (type generated with jaxb tools)
Throws:
WSNotificationException

readDestroyRegistration

DestroyRegistration readDestroyRegistration(org.w3c.dom.Document doc)
                                            throws WSNotificationException
Unmarshall DestroyRegistration object from a Document representation fragment object

Parameters:
doc - Document object representation of DestroyRegistration Java type
Returns:
a DestroyRegistration object (type generated with jaxb tools)
Throws:
WSNotificationException

readDestroyRegistrationResponse

DestroyRegistrationResponse readDestroyRegistrationResponse(org.w3c.dom.Document doc)
                                                            throws WSNotificationException
Unmarshall DestroyRegistrationResponse object from a Document representation fragment object

Parameters:
doc - Document object representation of DestroyRegistrationResponse Java type
Returns:
a DestroyRegistrationResponse object (type generated with jaxb tools)
Throws:
WSNotificationException

readSubscribe

Subscribe readSubscribe(org.w3c.dom.Document doc)
                        throws WSNotificationException
Unmarshall Subscribe object from a Document representation fragment object

Parameters:
doc - Document object representation of Subscribe Java type
Returns:
a Subscribe object (type generated with jaxb tools)
Throws:
WSNotificationException

readSubscribeResponse

SubscribeResponse readSubscribeResponse(org.w3c.dom.Document doc)
                                        throws WSNotificationException
Unmarshall SubscribeResponse object from a Document representation fragment object

Parameters:
doc - Document object representation of SubscribeResponse Java type
Returns:
a SubscribeResponse object (type generated with jaxb tools)
Throws:
WSNotificationException

readUnsubscribe

Unsubscribe readUnsubscribe(org.w3c.dom.Document doc)
                            throws WSNotificationException
Unmarshall Unsubscribe object from a Document representation fragment object

Parameters:
doc - Document object representation of Unsubscribe Java type
Returns:
a Unsubscribe object (type generated with jaxb tools)
Throws:
WSNotificationException

readUnsubscribeResponse

UnsubscribeResponse readUnsubscribeResponse(org.w3c.dom.Document doc)
                                            throws WSNotificationException
Unmarshall UnsubscribeResponse object from a Document representation fragment object

Parameters:
doc - org.w3c.dom.Document object representation of UnsubscribeResponse Java type
Returns:
a UnsubscribeResponse object (type generated with jaxb tools)
Throws:
WSNotificationException

readNotify

Notify readNotify(org.w3c.dom.Document doc)
                  throws WSNotificationException
Unmarshall Notify object from a Document representation fragment object

Parameters:
doc - Document object representation of Notify Java type
Returns:
a Notify object (type generated with jaxb tools)
Throws:
WSNotificationException

readTopicExpressionType

TopicExpressionType readTopicExpressionType(org.w3c.dom.Document doc)
                                            throws WSNotificationException
Unmarshall TopicExpressionType object from a Document representation fragment object

Parameters:
doc - Document object representation of TopicExpressionType Java type
Returns:
a TopicExpressionType object (type generated with jaxb tools)
Throws:
WSNotificationException

readQueryExpressionType

QueryExpressionType readQueryExpressionType(org.w3c.dom.Document doc)
                                            throws WSNotificationException
Unmarshall QueryExpressionType object from a Document representation fragment object

Parameters:
doc - Document object representation of QueryExpressionType Java type
Returns:
a QueryExpressionType object (type generated with jaxb tools)
Throws:
WSNotificationException

readTopicType

TopicType readTopicType(org.w3c.dom.Document doc)
                        throws WSNotificationException
Unmarshall TopicType object from a Document representation fragment object

Parameters:
doc - Document object representation of TopicType Java type
Returns:
a TopicType object (type generated with jaxb tools)
Throws:
WSNotificationException

readTopicNamespaceType

TopicNamespaceType readTopicNamespaceType(org.w3c.dom.Document doc)
                                          throws WSNotificationException
Unmarshall TopicNamespaceType object from a Document representation fragment object

Parameters:
doc - Document object representation of TopicNamespaceType Java type
Returns:
a TopicNamespaceType object (type generated with jaxb tools)
Throws:
WSNotificationException

readTopicSetType

TopicSetType readTopicSetType(org.w3c.dom.Document doc)
                              throws WSNotificationException
Unmarshall TopicSetType object from a Document representation fragment object

Parameters:
doc - Document object representation of TopicSetType Java type
Returns:
a TopicSetType object (type generated with jaxb tools)
Throws:
WSNotificationException


Copyright © 2009 eBM Websourcing. All Rights Reserved.