com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction
Interface WsnbReader


public interface WsnbReader


Method Summary
 CreatePullPoint readCreatePullPoint(org.w3c.dom.Document document)
           
 CreatePullPointResponse readCreatePullPointResponse(org.w3c.dom.Document document)
           
 DestroyPullPoint readDestroyPullPoint(org.w3c.dom.Document document)
           
 DestroyPullPointResponse readDestroyPullPointResponse(org.w3c.dom.Document document)
           
 FilterType readFilterType(org.w3c.dom.Document document)
           
 GetCurrentMessage readGetCurrentMessage(org.w3c.dom.Document document)
           
 GetCurrentMessageResponse readGetCurrentMessageResponse(org.w3c.dom.Document document)
           
 GetMessages readGetMessages(org.w3c.dom.Document document)
           
 GetMessagesResponse readGetMessagesResponse(org.w3c.dom.Document document)
           
 InvalidFilterFaultType readInvalidFilterFaultType(org.w3c.dom.Document document)
           
 InvalidMessageContentExpressionFaultType readInvalidMessageContentExpressionFaultType(org.w3c.dom.Document document)
           
 InvalidProducerPropertiesExpressionFaultType readInvalidProducerPropertiesExpressionFaultType(org.w3c.dom.Document document)
           
 InvalidTopicExpressionFaultType readInvalidTopicExpressionFaultType(org.w3c.dom.Document document)
           
 MessageContentExpression readMessageContentExpression(org.w3c.dom.Document document)
           
 MultipleTopicsSpecifiedFaultType readMultipleTopicsSpecifiedFaultType(org.w3c.dom.Document document)
           
 NoCurrentMessageOnTopicFaultType readNoCurrentMessageOnTopicFaultType(org.w3c.dom.Document document)
           
 NotificationMessageHolderType readNotificationMessageHolderType(org.w3c.dom.Document document)
           
 NotificationProducerRP readNotificationProducerRP(org.w3c.dom.Document document)
           
 Notify readNotify(org.w3c.dom.Document document)
           
 NotifyMessageNotSupportedFaultType readNotifyMessageNotSupportedFaultType(org.w3c.dom.Document document)
           
 PauseFailedFaultType readPauseFailedFaultType(org.w3c.dom.Document document)
           
 PauseSubscription readPauseSubscription(org.w3c.dom.Document document)
           
 PauseSubscriptionResponse readPauseSubscriptionResponse(org.w3c.dom.Document document)
           
 ProducerPropertiesExpression readProducerPropertiesExpression(org.w3c.dom.Document document)
           
 Renew readRenew(org.w3c.dom.Document document)
           
 RenewResponse readRenewResponse(org.w3c.dom.Document document)
           
 ResumeFailedFaultType readResumeFailedFaultType(org.w3c.dom.Document document)
           
 ResumeSubscription readResumeSubscription(org.w3c.dom.Document document)
           
 ResumeSubscriptionResponse readResumeSubscriptionResponse(org.w3c.dom.Document document)
           
 Subscribe readSubscribe(org.w3c.dom.Document document)
           
 SubscribeCreationFailedFaultType readSubscribeCreationFailedFaultType(org.w3c.dom.Document document)
           
 SubscribeResponse readSubscribeResponse(org.w3c.dom.Document document)
           
 SubscriptionManagerRP readSubscriptionManagerRP(org.w3c.dom.Document document)
           
 SubscriptionManagerRP readSubscriptionManagerRP(java.io.File file)
           
 SubscriptionPolicyType readSubscriptionPolicyType(org.w3c.dom.Document document)
           
 TopicExpressionDialectUnknownFaultType readTopicExpressionDialectUnknownFaultType(org.w3c.dom.Document document)
           
 TopicExpressionType readTopicExpressionType(org.w3c.dom.Document document)
           
 TopicNotSupportedFaultType readTopicNotSupportedFaultType(org.w3c.dom.Document document)
           
 UnableToCreatePullPointFaultType readUnableToCreatePullPointFaultType(org.w3c.dom.Document document)
           
 UnableToDestroyPullPointFaultType readUnableToDestroyPullPointFaultType(org.w3c.dom.Document document)
           
 UnableToDestroySubscriptionFaultType readUnableToDestroySubscriptionFaultType(org.w3c.dom.Document document)
           
 UnableToGetMessagesFaultType readUnableToGetMessagesFaultType(org.w3c.dom.Document document)
           
 UnacceptableInitialTerminationTimeFaultType readUnacceptableInitialTerminationTimeFaultType(org.w3c.dom.Document document)
           
 UnacceptableTerminationTimeFaultType readUnacceptableTerminationTimeFaultType(org.w3c.dom.Document document)
           
 UnrecognizedPolicyRequestFaultType readUnrecognizedPolicyRequestFaultType(org.w3c.dom.Document document)
           
 Unsubscribe readUnsubscribe(org.w3c.dom.Document document)
           
 UnsubscribeResponse readUnsubscribeResponse(org.w3c.dom.Document document)
           
 UnsupportedPolicyRequestFaultType readUnsupportedPolicyRequestFaultType(org.w3c.dom.Document document)
           
 UseRaw readUseRaw(org.w3c.dom.Document document)
           
 

Method Detail

readCreatePullPoint

CreatePullPoint readCreatePullPoint(org.w3c.dom.Document document)
                                    throws WsnbException
Throws:
WsnbException

readCreatePullPointResponse

CreatePullPointResponse readCreatePullPointResponse(org.w3c.dom.Document document)
                                                    throws WsnbException
Throws:
WsnbException

readDestroyPullPoint

DestroyPullPoint readDestroyPullPoint(org.w3c.dom.Document document)
                                      throws WsnbException
Throws:
WsnbException

readDestroyPullPointResponse

DestroyPullPointResponse readDestroyPullPointResponse(org.w3c.dom.Document document)
                                                      throws WsnbException
Throws:
WsnbException

readFilterType

FilterType readFilterType(org.w3c.dom.Document document)
                          throws WsnbException
Throws:
WsnbException

readGetCurrentMessage

GetCurrentMessage readGetCurrentMessage(org.w3c.dom.Document document)
                                        throws WsnbException
Throws:
WsnbException

readGetCurrentMessageResponse

GetCurrentMessageResponse readGetCurrentMessageResponse(org.w3c.dom.Document document)
                                                        throws WsnbException
Throws:
WsnbException

readGetMessages

GetMessages readGetMessages(org.w3c.dom.Document document)
                            throws WsnbException
Throws:
WsnbException

readGetMessagesResponse

GetMessagesResponse readGetMessagesResponse(org.w3c.dom.Document document)
                                            throws WsnbException
Throws:
WsnbException

readInvalidFilterFaultType

InvalidFilterFaultType readInvalidFilterFaultType(org.w3c.dom.Document document)
                                                  throws WsnbException
Throws:
WsnbException

readInvalidMessageContentExpressionFaultType

InvalidMessageContentExpressionFaultType readInvalidMessageContentExpressionFaultType(org.w3c.dom.Document document)
                                                                                      throws WsnbException
Throws:
WsnbException

readInvalidProducerPropertiesExpressionFaultType

InvalidProducerPropertiesExpressionFaultType readInvalidProducerPropertiesExpressionFaultType(org.w3c.dom.Document document)
                                                                                              throws WsnbException
Throws:
WsnbException

readInvalidTopicExpressionFaultType

InvalidTopicExpressionFaultType readInvalidTopicExpressionFaultType(org.w3c.dom.Document document)
                                                                    throws WsnbException
Throws:
WsnbException

readMessageContentExpression

MessageContentExpression readMessageContentExpression(org.w3c.dom.Document document)
                                                      throws WsnbException
Throws:
WsnbException

readMultipleTopicsSpecifiedFaultType

MultipleTopicsSpecifiedFaultType readMultipleTopicsSpecifiedFaultType(org.w3c.dom.Document document)
                                                                      throws WsnbException
Throws:
WsnbException

readNoCurrentMessageOnTopicFaultType

NoCurrentMessageOnTopicFaultType readNoCurrentMessageOnTopicFaultType(org.w3c.dom.Document document)
                                                                      throws WsnbException
Throws:
WsnbException

readNotificationMessageHolderType

NotificationMessageHolderType readNotificationMessageHolderType(org.w3c.dom.Document document)
                                                                throws WsnbException
Throws:
WsnbException

readNotificationProducerRP

NotificationProducerRP readNotificationProducerRP(org.w3c.dom.Document document)
                                                  throws WsnbException
Throws:
WsnbException

readNotify

Notify readNotify(org.w3c.dom.Document document)
                  throws WsnbException
Throws:
WsnbException

readNotifyMessageNotSupportedFaultType

NotifyMessageNotSupportedFaultType readNotifyMessageNotSupportedFaultType(org.w3c.dom.Document document)
                                                                          throws WsnbException
Throws:
WsnbException

readPauseFailedFaultType

PauseFailedFaultType readPauseFailedFaultType(org.w3c.dom.Document document)
                                              throws WsnbException
Throws:
WsnbException

readPauseSubscription

PauseSubscription readPauseSubscription(org.w3c.dom.Document document)
                                        throws WsnbException
Throws:
WsnbException

readPauseSubscriptionResponse

PauseSubscriptionResponse readPauseSubscriptionResponse(org.w3c.dom.Document document)
                                                        throws WsnbException
Throws:
WsnbException

readProducerPropertiesExpression

ProducerPropertiesExpression readProducerPropertiesExpression(org.w3c.dom.Document document)
                                                              throws WsnbException
Throws:
WsnbException

readRenew

Renew readRenew(org.w3c.dom.Document document)
                throws WsnbException
Throws:
WsnbException

readRenewResponse

RenewResponse readRenewResponse(org.w3c.dom.Document document)
                                throws WsnbException
Throws:
WsnbException

readResumeFailedFaultType

ResumeFailedFaultType readResumeFailedFaultType(org.w3c.dom.Document document)
                                                throws WsnbException
Throws:
WsnbException

readResumeSubscription

ResumeSubscription readResumeSubscription(org.w3c.dom.Document document)
                                          throws WsnbException
Throws:
WsnbException

readResumeSubscriptionResponse

ResumeSubscriptionResponse readResumeSubscriptionResponse(org.w3c.dom.Document document)
                                                          throws WsnbException
Throws:
WsnbException

readSubscribe

Subscribe readSubscribe(org.w3c.dom.Document document)
                        throws WsnbException
Throws:
WsnbException

readSubscribeCreationFailedFaultType

SubscribeCreationFailedFaultType readSubscribeCreationFailedFaultType(org.w3c.dom.Document document)
                                                                      throws WsnbException
Throws:
WsnbException

readSubscribeResponse

SubscribeResponse readSubscribeResponse(org.w3c.dom.Document document)
                                        throws WsnbException
Throws:
WsnbException

readSubscriptionManagerRP

SubscriptionManagerRP readSubscriptionManagerRP(org.w3c.dom.Document document)
                                                throws WsnbException
Throws:
WsnbException

readSubscriptionManagerRP

SubscriptionManagerRP readSubscriptionManagerRP(java.io.File file)
                                                throws WsnbException
Throws:
WsnbException

readSubscriptionPolicyType

SubscriptionPolicyType readSubscriptionPolicyType(org.w3c.dom.Document document)
                                                  throws WsnbException
Throws:
WsnbException

readTopicExpressionType

TopicExpressionType readTopicExpressionType(org.w3c.dom.Document document)
                                            throws WsnbException
Throws:
WsnbException

readTopicExpressionDialectUnknownFaultType

TopicExpressionDialectUnknownFaultType readTopicExpressionDialectUnknownFaultType(org.w3c.dom.Document document)
                                                                                  throws WsnbException
Throws:
WsnbException

readTopicNotSupportedFaultType

TopicNotSupportedFaultType readTopicNotSupportedFaultType(org.w3c.dom.Document document)
                                                          throws WsnbException
Throws:
WsnbException

readUnableToCreatePullPointFaultType

UnableToCreatePullPointFaultType readUnableToCreatePullPointFaultType(org.w3c.dom.Document document)
                                                                      throws WsnbException
Throws:
WsnbException

readUnableToDestroyPullPointFaultType

UnableToDestroyPullPointFaultType readUnableToDestroyPullPointFaultType(org.w3c.dom.Document document)
                                                                        throws WsnbException
Throws:
WsnbException

readUnableToDestroySubscriptionFaultType

UnableToDestroySubscriptionFaultType readUnableToDestroySubscriptionFaultType(org.w3c.dom.Document document)
                                                                              throws WsnbException
Throws:
WsnbException

readUnableToGetMessagesFaultType

UnableToGetMessagesFaultType readUnableToGetMessagesFaultType(org.w3c.dom.Document document)
                                                              throws WsnbException
Throws:
WsnbException

readUnacceptableInitialTerminationTimeFaultType

UnacceptableInitialTerminationTimeFaultType readUnacceptableInitialTerminationTimeFaultType(org.w3c.dom.Document document)
                                                                                            throws WsnbException
Throws:
WsnbException

readUnacceptableTerminationTimeFaultType

UnacceptableTerminationTimeFaultType readUnacceptableTerminationTimeFaultType(org.w3c.dom.Document document)
                                                                              throws WsnbException
Throws:
WsnbException

readUnrecognizedPolicyRequestFaultType

UnrecognizedPolicyRequestFaultType readUnrecognizedPolicyRequestFaultType(org.w3c.dom.Document document)
                                                                          throws WsnbException
Throws:
WsnbException

readUnsubscribe

Unsubscribe readUnsubscribe(org.w3c.dom.Document document)
                            throws WsnbException
Throws:
WsnbException

readUnsubscribeResponse

UnsubscribeResponse readUnsubscribeResponse(org.w3c.dom.Document document)
                                            throws WsnbException
Throws:
WsnbException

readUnsupportedPolicyRequestFaultType

UnsupportedPolicyRequestFaultType readUnsupportedPolicyRequestFaultType(org.w3c.dom.Document document)
                                                                        throws WsnbException
Throws:
WsnbException

readUseRaw

UseRaw readUseRaw(org.w3c.dom.Document document)
                  throws WsnbException
Throws:
WsnbException


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.