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

All Known Implementing Classes:
RefinedWsnbFactory

public interface WsnbFactory


Method Summary
 CreatePullPoint createCreatePullPoint()
           
 CreatePullPointResponse createCreatePullPointResponse()
           
 DestroyPullPoint createDestroyPullPoint()
           
 DestroyPullPointResponse createDestroyPullPointResponse()
           
 FilterType createFilterType()
           
 GetCurrentMessage createGetCurrentMessage(TopicExpressionType concreteTopic)
           
 GetCurrentMessageResponse createGetCurrentMessageResponse(NotificationMessageHolderType.Message notification)
           
 GetMessages createGetMessages()
           
 GetMessagesResponse createGetMessagesResponse()
           
 InvalidFilterFaultType createInvalidFilterFaultType(java.util.Date timestamp, java.util.List<javax.xml.namespace.QName> unknownFilters)
           
 InvalidMessageContentExpressionFaultType createInvalidMessageContentExpressionFaultType(java.util.Date timestamp)
           
 InvalidProducerPropertiesExpressionFaultType createInvalidProducerPropertiesExpressionFaultType(java.util.Date timestamp)
           
 InvalidTopicExpressionFaultType createInvalidTopicExpressionFaultType(java.util.Date timestamp)
           
 MessageContentExpression createMessageContentExpression(java.net.URI dialect)
           
 MultipleTopicsSpecifiedFaultType createMultipleTopicsSpecifiedFaultType(java.util.Date timestamp)
           
 NoCurrentMessageOnTopicFaultType createNoCurrentMessageOnTopicFaultType(java.util.Date timestamp)
           
 NotificationMessageHolderType createNotificationMessageHolderType(NotificationMessageHolderType.Message message)
           
 NotificationMessageHolderType.Message createNotificationMessageHolderTypeMessage(org.w3c.dom.Element message)
           
 NotificationProducerRP createNotificationProducerRP()
           
 Notify createNotify(NotificationMessageHolderType notifMsg)
           
 NotifyMessageNotSupportedFaultType createNotifyMessageNotSupportedFaultType(java.util.Date timestamp)
           
 PauseFailedFaultType createPauseFailedFaultType(java.util.Date timestamp)
           
 PauseSubscription createPauseSubscription()
           
 PauseSubscriptionResponse createPauseSubscriptionResponse()
           
 ProducerPropertiesExpression createProducerPropertiesExpression(java.net.URI dialect)
           
 Renew createRenew()
           
 RenewResponse createRenewResponse(java.util.Date termTime)
           
 ResumeFailedFaultType createResumeFailedFaultType(java.util.Date timestamp)
           
 ResumeSubscription createResumeSubscription()
           
 ResumeSubscriptionResponse createResumeSubscriptionResponse()
           
 Subscribe createSubscribe(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)
           
 SubscribeCreationFailedFaultType createSubscribeCreationFailedFaultType(java.util.Date timestamp)
           
 SubscribeResponse createSubscribeResponse(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType subscriptionRef)
           
 SubscriptionManagerRP createSubscriptionManagerRP(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)
           
 SubscriptionPolicyType createSubscriptionPolicyType()
           
 TopicExpressionDialectUnknownFaultType createTopicExpressionDialectUnknownFaultType(java.util.Date timestamp)
           
 TopicExpressionType createTopicExpressionType(java.net.URI dialect)
           
 TopicNotSupportedFaultType createTopicNotSupportedFaultType(java.util.Date timestamp)
           
 UnableToCreatePullPointFaultType createUnableToCreatePullPointFaultType(java.util.Date timestamp)
           
 UnableToDestroyPullPointFaultType createUnableToDestroyPullPointFaultType(java.util.Date timestamp)
           
 UnableToDestroySubscriptionFaultType createUnableToDestroySubscriptionFaultType(java.util.Date timestamp)
           
 UnableToGetMessagesFaultType createUnableToGetMessagesFaultType(java.util.Date timestamp)
           
 UnacceptableInitialTerminationTimeFaultType createUnacceptableInitialTerminationTimeFaultType(java.util.Date timestamp, java.util.Date minTermTime)
           
 UnacceptableTerminationTimeFaultType createUnacceptableTerminationTimeFaultType(java.util.Date timestamp, java.util.Date minTermTime)
           
 UnrecognizedPolicyRequestFaultType createUnrecognizedPolicyRequestFaultType(java.util.Date timestamp)
           
 Unsubscribe createUnsubscribe()
           
 UnsubscribeResponse createUnsubscribeResponse()
           
 UnsupportedPolicyRequestFaultType createUnsupportedPolicyRequestFaultType(java.util.Date timestamp)
           
 UseRaw createUseRaw()
           
 WsnbReader getWsnbReader()
           
 WsnbWriter getWsnbWriter()
           
 

Method Detail

createCreatePullPoint

CreatePullPoint createCreatePullPoint()

createCreatePullPointResponse

CreatePullPointResponse createCreatePullPointResponse()

createDestroyPullPoint

DestroyPullPoint createDestroyPullPoint()

createDestroyPullPointResponse

DestroyPullPointResponse createDestroyPullPointResponse()

createFilterType

FilterType createFilterType()

createGetCurrentMessage

GetCurrentMessage createGetCurrentMessage(TopicExpressionType concreteTopic)

createGetCurrentMessageResponse

GetCurrentMessageResponse createGetCurrentMessageResponse(NotificationMessageHolderType.Message notification)

createGetMessages

GetMessages createGetMessages()

createGetMessagesResponse

GetMessagesResponse createGetMessagesResponse()

createInvalidFilterFaultType

InvalidFilterFaultType createInvalidFilterFaultType(java.util.Date timestamp,
                                                    java.util.List<javax.xml.namespace.QName> unknownFilters)

createInvalidMessageContentExpressionFaultType

InvalidMessageContentExpressionFaultType createInvalidMessageContentExpressionFaultType(java.util.Date timestamp)

createInvalidProducerPropertiesExpressionFaultType

InvalidProducerPropertiesExpressionFaultType createInvalidProducerPropertiesExpressionFaultType(java.util.Date timestamp)

createInvalidTopicExpressionFaultType

InvalidTopicExpressionFaultType createInvalidTopicExpressionFaultType(java.util.Date timestamp)

createMessageContentExpression

MessageContentExpression createMessageContentExpression(java.net.URI dialect)

createMultipleTopicsSpecifiedFaultType

MultipleTopicsSpecifiedFaultType createMultipleTopicsSpecifiedFaultType(java.util.Date timestamp)

createNoCurrentMessageOnTopicFaultType

NoCurrentMessageOnTopicFaultType createNoCurrentMessageOnTopicFaultType(java.util.Date timestamp)

createNotificationMessageHolderType

NotificationMessageHolderType createNotificationMessageHolderType(NotificationMessageHolderType.Message message)

createNotificationMessageHolderTypeMessage

NotificationMessageHolderType.Message createNotificationMessageHolderTypeMessage(org.w3c.dom.Element message)

createNotificationProducerRP

NotificationProducerRP createNotificationProducerRP()

createNotify

Notify createNotify(NotificationMessageHolderType notifMsg)

createNotifyMessageNotSupportedFaultType

NotifyMessageNotSupportedFaultType createNotifyMessageNotSupportedFaultType(java.util.Date timestamp)

createPauseFailedFaultType

PauseFailedFaultType createPauseFailedFaultType(java.util.Date timestamp)

createPauseSubscription

PauseSubscription createPauseSubscription()

createPauseSubscriptionResponse

PauseSubscriptionResponse createPauseSubscriptionResponse()

createProducerPropertiesExpression

ProducerPropertiesExpression createProducerPropertiesExpression(java.net.URI dialect)

createRenew

Renew createRenew()

createRenewResponse

RenewResponse createRenewResponse(java.util.Date termTime)

createResumeFailedFaultType

ResumeFailedFaultType createResumeFailedFaultType(java.util.Date timestamp)

createResumeSubscription

ResumeSubscription createResumeSubscription()

createResumeSubscriptionResponse

ResumeSubscriptionResponse createResumeSubscriptionResponse()

createSubscribe

Subscribe createSubscribe(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)

createSubscribeCreationFailedFaultType

SubscribeCreationFailedFaultType createSubscribeCreationFailedFaultType(java.util.Date timestamp)

createSubscribeResponse

SubscribeResponse createSubscribeResponse(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType subscriptionRef)

createSubscriptionManagerRP

SubscriptionManagerRP createSubscriptionManagerRP(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)

createSubscriptionPolicyType

SubscriptionPolicyType createSubscriptionPolicyType()

createTopicExpressionType

TopicExpressionType createTopicExpressionType(java.net.URI dialect)

createTopicExpressionDialectUnknownFaultType

TopicExpressionDialectUnknownFaultType createTopicExpressionDialectUnknownFaultType(java.util.Date timestamp)

createTopicNotSupportedFaultType

TopicNotSupportedFaultType createTopicNotSupportedFaultType(java.util.Date timestamp)

createUnableToCreatePullPointFaultType

UnableToCreatePullPointFaultType createUnableToCreatePullPointFaultType(java.util.Date timestamp)

createUnableToDestroyPullPointFaultType

UnableToDestroyPullPointFaultType createUnableToDestroyPullPointFaultType(java.util.Date timestamp)

createUnableToDestroySubscriptionFaultType

UnableToDestroySubscriptionFaultType createUnableToDestroySubscriptionFaultType(java.util.Date timestamp)

createUnableToGetMessagesFaultType

UnableToGetMessagesFaultType createUnableToGetMessagesFaultType(java.util.Date timestamp)

createUnacceptableInitialTerminationTimeFaultType

UnacceptableInitialTerminationTimeFaultType createUnacceptableInitialTerminationTimeFaultType(java.util.Date timestamp,
                                                                                              java.util.Date minTermTime)

createUnacceptableTerminationTimeFaultType

UnacceptableTerminationTimeFaultType createUnacceptableTerminationTimeFaultType(java.util.Date timestamp,
                                                                                java.util.Date minTermTime)

createUnrecognizedPolicyRequestFaultType

UnrecognizedPolicyRequestFaultType createUnrecognizedPolicyRequestFaultType(java.util.Date timestamp)

createUnsubscribe

Unsubscribe createUnsubscribe()

createUnsubscribeResponse

UnsubscribeResponse createUnsubscribeResponse()

createUnsupportedPolicyRequestFaultType

UnsupportedPolicyRequestFaultType createUnsupportedPolicyRequestFaultType(java.util.Date timestamp)

createUseRaw

UseRaw createUseRaw()

getWsnbReader

WsnbReader getWsnbReader()

getWsnbWriter

WsnbWriter getWsnbWriter()


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