com.ebmwebsourcing.wsstar.notification.definition.inout
Class WSNotificationReaderImpl

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.notification.definition.inout.WSNotificationReaderImpl
All Implemented Interfaces:
WSNotificationReader

public class WSNotificationReaderImpl
extends java.lang.Object
implements WSNotificationReader

This class implements the WSNotificationReader java interface

Author:
Thierry Déjean - eBM Websourcing

Constructor Summary
WSNotificationReaderImpl()
          Default constructor
 
Method Summary
 javax.xml.bind.JAXBContext getJaxbContext()
           
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSNotificationReaderImpl

public WSNotificationReaderImpl()
                         throws WSNotificationException
Default constructor

Throws:
WSNotificationException
Method Detail

getJaxbContext

public javax.xml.bind.JAXBContext getJaxbContext()
Returns:
the jaxbContext

readRegisterPublisher

public RegisterPublisher readRegisterPublisher(org.w3c.dom.Document doc)
                                        throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall RegisterPublisher object from a Document representation fragment object

Specified by:
readRegisterPublisher in interface WSNotificationReader
Parameters:
doc - Document object representation of RegisterPublisher Java type
Returns:
a RegisterPublisher object (type generated with jaxb tools)
Throws:
WSNotificationException

readRegisterPublisherResponse

public RegisterPublisherResponse readRegisterPublisherResponse(org.w3c.dom.Document doc)
                                                        throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall RegisterPublisherResponse object from a Document representation fragment object

Specified by:
readRegisterPublisherResponse in interface WSNotificationReader
Parameters:
doc - Document object representation of RegisterPublisherResponse Java type
Returns:
a RegisterPublisherResponse object (type generated with jaxb tools)
Throws:
WSNotificationException

readDestroyRegistration

public DestroyRegistration readDestroyRegistration(org.w3c.dom.Document doc)
                                            throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall DestroyRegistration object from a Document representation fragment object

Specified by:
readDestroyRegistration in interface WSNotificationReader
Parameters:
doc - Document object representation of DestroyRegistration Java type
Returns:
a DestroyRegistration object (type generated with jaxb tools)
Throws:
WSNotificationException

readDestroyRegistrationResponse

public DestroyRegistrationResponse readDestroyRegistrationResponse(org.w3c.dom.Document doc)
                                                            throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall DestroyRegistrationResponse object from a Document representation fragment object

Specified by:
readDestroyRegistrationResponse in interface WSNotificationReader
Parameters:
doc - Document object representation of DestroyRegistrationResponse Java type
Returns:
a DestroyRegistrationResponse object (type generated with jaxb tools)
Throws:
WSNotificationException

readSubscribe

public Subscribe readSubscribe(org.w3c.dom.Document doc)
                        throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall Subscribe object from a Document representation fragment object

Specified by:
readSubscribe in interface WSNotificationReader
Parameters:
doc - Document object representation of Subscribe Java type
Returns:
a Subscribe object (type generated with jaxb tools)
Throws:
WSNotificationException

readSubscribeResponse

public SubscribeResponse readSubscribeResponse(org.w3c.dom.Document doc)
                                        throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall SubscribeResponse object from a Document representation fragment object

Specified by:
readSubscribeResponse in interface WSNotificationReader
Parameters:
doc - Document object representation of SubscribeResponse Java type
Returns:
a SubscribeResponse object (type generated with jaxb tools)
Throws:
WSNotificationException

readUnsubscribe

public Unsubscribe readUnsubscribe(org.w3c.dom.Document doc)
                            throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall Unsubscribe object from a Document representation fragment object

Specified by:
readUnsubscribe in interface WSNotificationReader
Parameters:
doc - Document object representation of Unsubscribe Java type
Returns:
a Unsubscribe object (type generated with jaxb tools)
Throws:
WSNotificationException

readUnsubscribeResponse

public UnsubscribeResponse readUnsubscribeResponse(org.w3c.dom.Document doc)
                                            throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall UnsubscribeResponse object from a Document representation fragment object

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

readNotify

public Notify readNotify(org.w3c.dom.Document doc)
                  throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall Notify object from a Document representation fragment object

Specified by:
readNotify in interface WSNotificationReader
Parameters:
doc - Document object representation of Notify Java type
Returns:
a Notify object (type generated with jaxb tools)
Throws:
WSNotificationException

readTopicExpressionType

public TopicExpressionType readTopicExpressionType(org.w3c.dom.Document doc)
                                            throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall TopicExpressionType object from a Document representation fragment object

Specified by:
readTopicExpressionType in interface WSNotificationReader
Parameters:
doc - Document object representation of TopicExpressionType Java type
Returns:
a TopicExpressionType object (type generated with jaxb tools)
Throws:
WSNotificationException

readQueryExpressionType

public QueryExpressionType readQueryExpressionType(org.w3c.dom.Document doc)
                                            throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall QueryExpressionType object from a Document representation fragment object

Specified by:
readQueryExpressionType in interface WSNotificationReader
Parameters:
doc - Document object representation of QueryExpressionType Java type
Returns:
a QueryExpressionType object (type generated with jaxb tools)
Throws:
WSNotificationException

readTopicType

public TopicType readTopicType(org.w3c.dom.Document doc)
                        throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall TopicType object from a Document representation fragment object

Specified by:
readTopicType in interface WSNotificationReader
Parameters:
doc - Document object representation of TopicType Java type
Returns:
a TopicType object (type generated with jaxb tools)
Throws:
WSNotificationException

readTopicNamespaceType

public TopicNamespaceType readTopicNamespaceType(org.w3c.dom.Document doc)
                                          throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall TopicNamespaceType object from a Document representation fragment object

Specified by:
readTopicNamespaceType in interface WSNotificationReader
Parameters:
doc - Document object representation of TopicNamespaceType Java type
Returns:
a TopicNamespaceType object (type generated with jaxb tools)
Throws:
WSNotificationException

readTopicSetType

public TopicSetType readTopicSetType(org.w3c.dom.Document doc)
                              throws WSNotificationException
Description copied from interface: WSNotificationReader
Unmarshall TopicSetType object from a Document representation fragment object

Specified by:
readTopicSetType in interface WSNotificationReader
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.