com.ebmwebsourcing.wsstar.basenotification.datatypes.api.refinedabstraction
Class RefinedWsnbFactory

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.basenotification.datatypes.api.refinedabstraction.RefinedWsnbFactory
All Implemented Interfaces:
WsnbFactory

public final class RefinedWsnbFactory
extends java.lang.Object
implements 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()
           
static WsnbFactory getInstance()
           
static WsnbFactory getInstance(WsnbModelFactory modelFactory)
           
 WsnbModelFactory getModel()
           
 WsnbReader getWsnbReader()
           
 WsnbWriter getWsnbWriter()
           
protected  void setModel(WsnbModelFactory model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WsnbFactory getInstance()
                               throws WsnbException
Throws:
WsnbException

getInstance

public static WsnbFactory getInstance(WsnbModelFactory modelFactory)

getModel

public WsnbModelFactory getModel()

setModel

protected void setModel(WsnbModelFactory model)

getWsnbReader

public WsnbReader getWsnbReader()
Specified by:
getWsnbReader in interface WsnbFactory

getWsnbWriter

public WsnbWriter getWsnbWriter()
Specified by:
getWsnbWriter in interface WsnbFactory

createCreatePullPoint

public CreatePullPoint createCreatePullPoint()
Specified by:
createCreatePullPoint in interface WsnbFactory

createCreatePullPointResponse

public CreatePullPointResponse createCreatePullPointResponse()
Specified by:
createCreatePullPointResponse in interface WsnbFactory

createDestroyPullPoint

public DestroyPullPoint createDestroyPullPoint()
Specified by:
createDestroyPullPoint in interface WsnbFactory

createDestroyPullPointResponse

public DestroyPullPointResponse createDestroyPullPointResponse()
Specified by:
createDestroyPullPointResponse in interface WsnbFactory

createFilterType

public FilterType createFilterType()
Specified by:
createFilterType in interface WsnbFactory

createGetCurrentMessage

public GetCurrentMessage createGetCurrentMessage(TopicExpressionType concreteTopic)
Specified by:
createGetCurrentMessage in interface WsnbFactory

createGetCurrentMessageResponse

public GetCurrentMessageResponse createGetCurrentMessageResponse(NotificationMessageHolderType.Message notification)
Specified by:
createGetCurrentMessageResponse in interface WsnbFactory

createGetMessages

public GetMessages createGetMessages()
Specified by:
createGetMessages in interface WsnbFactory

createGetMessagesResponse

public GetMessagesResponse createGetMessagesResponse()
Specified by:
createGetMessagesResponse in interface WsnbFactory

createInvalidFilterFaultType

public InvalidFilterFaultType createInvalidFilterFaultType(java.util.Date timestamp,
                                                           java.util.List<javax.xml.namespace.QName> unknownFilters)
Specified by:
createInvalidFilterFaultType in interface WsnbFactory

createInvalidMessageContentExpressionFaultType

public InvalidMessageContentExpressionFaultType createInvalidMessageContentExpressionFaultType(java.util.Date timestamp)
Specified by:
createInvalidMessageContentExpressionFaultType in interface WsnbFactory

createInvalidProducerPropertiesExpressionFaultType

public InvalidProducerPropertiesExpressionFaultType createInvalidProducerPropertiesExpressionFaultType(java.util.Date timestamp)
Specified by:
createInvalidProducerPropertiesExpressionFaultType in interface WsnbFactory

createInvalidTopicExpressionFaultType

public InvalidTopicExpressionFaultType createInvalidTopicExpressionFaultType(java.util.Date timestamp)
Specified by:
createInvalidTopicExpressionFaultType in interface WsnbFactory

createMessageContentExpression

public MessageContentExpression createMessageContentExpression(java.net.URI dialect)
Specified by:
createMessageContentExpression in interface WsnbFactory

createMultipleTopicsSpecifiedFaultType

public MultipleTopicsSpecifiedFaultType createMultipleTopicsSpecifiedFaultType(java.util.Date timestamp)
Specified by:
createMultipleTopicsSpecifiedFaultType in interface WsnbFactory

createNoCurrentMessageOnTopicFaultType

public NoCurrentMessageOnTopicFaultType createNoCurrentMessageOnTopicFaultType(java.util.Date timestamp)
Specified by:
createNoCurrentMessageOnTopicFaultType in interface WsnbFactory

createNotificationMessageHolderType

public NotificationMessageHolderType createNotificationMessageHolderType(NotificationMessageHolderType.Message message)
Specified by:
createNotificationMessageHolderType in interface WsnbFactory

createNotificationMessageHolderTypeMessage

public NotificationMessageHolderType.Message createNotificationMessageHolderTypeMessage(org.w3c.dom.Element message)
Specified by:
createNotificationMessageHolderTypeMessage in interface WsnbFactory

createNotificationProducerRP

public NotificationProducerRP createNotificationProducerRP()
Specified by:
createNotificationProducerRP in interface WsnbFactory

createNotify

public Notify createNotify(NotificationMessageHolderType notifMsg)
Specified by:
createNotify in interface WsnbFactory

createNotifyMessageNotSupportedFaultType

public NotifyMessageNotSupportedFaultType createNotifyMessageNotSupportedFaultType(java.util.Date timestamp)
Specified by:
createNotifyMessageNotSupportedFaultType in interface WsnbFactory

createPauseFailedFaultType

public PauseFailedFaultType createPauseFailedFaultType(java.util.Date timestamp)
Specified by:
createPauseFailedFaultType in interface WsnbFactory

createPauseSubscription

public PauseSubscription createPauseSubscription()
Specified by:
createPauseSubscription in interface WsnbFactory

createPauseSubscriptionResponse

public PauseSubscriptionResponse createPauseSubscriptionResponse()
Specified by:
createPauseSubscriptionResponse in interface WsnbFactory

createProducerPropertiesExpression

public ProducerPropertiesExpression createProducerPropertiesExpression(java.net.URI dialect)
Specified by:
createProducerPropertiesExpression in interface WsnbFactory

createRenew

public Renew createRenew()
Specified by:
createRenew in interface WsnbFactory

createRenewResponse

public RenewResponse createRenewResponse(java.util.Date termTime)
Specified by:
createRenewResponse in interface WsnbFactory

createResumeFailedFaultType

public ResumeFailedFaultType createResumeFailedFaultType(java.util.Date timestamp)
Specified by:
createResumeFailedFaultType in interface WsnbFactory

createResumeSubscription

public ResumeSubscription createResumeSubscription()
Specified by:
createResumeSubscription in interface WsnbFactory

createResumeSubscriptionResponse

public ResumeSubscriptionResponse createResumeSubscriptionResponse()
Specified by:
createResumeSubscriptionResponse in interface WsnbFactory

createSubscribe

public Subscribe createSubscribe(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)
Specified by:
createSubscribe in interface WsnbFactory

createSubscribeCreationFailedFaultType

public SubscribeCreationFailedFaultType createSubscribeCreationFailedFaultType(java.util.Date timestamp)
Specified by:
createSubscribeCreationFailedFaultType in interface WsnbFactory

createSubscribeResponse

public SubscribeResponse createSubscribeResponse(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType subscriptionRef)
Specified by:
createSubscribeResponse in interface WsnbFactory

createSubscriptionManagerRP

public SubscriptionManagerRP createSubscriptionManagerRP(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)
Specified by:
createSubscriptionManagerRP in interface WsnbFactory

createSubscriptionPolicyType

public SubscriptionPolicyType createSubscriptionPolicyType()
Specified by:
createSubscriptionPolicyType in interface WsnbFactory

createTopicExpressionType

public TopicExpressionType createTopicExpressionType(java.net.URI dialect)
Specified by:
createTopicExpressionType in interface WsnbFactory

createTopicExpressionDialectUnknownFaultType

public TopicExpressionDialectUnknownFaultType createTopicExpressionDialectUnknownFaultType(java.util.Date timestamp)
Specified by:
createTopicExpressionDialectUnknownFaultType in interface WsnbFactory

createTopicNotSupportedFaultType

public TopicNotSupportedFaultType createTopicNotSupportedFaultType(java.util.Date timestamp)
Specified by:
createTopicNotSupportedFaultType in interface WsnbFactory

createUnableToCreatePullPointFaultType

public UnableToCreatePullPointFaultType createUnableToCreatePullPointFaultType(java.util.Date timestamp)
Specified by:
createUnableToCreatePullPointFaultType in interface WsnbFactory

createUnableToDestroyPullPointFaultType

public UnableToDestroyPullPointFaultType createUnableToDestroyPullPointFaultType(java.util.Date timestamp)
Specified by:
createUnableToDestroyPullPointFaultType in interface WsnbFactory

createUnableToDestroySubscriptionFaultType

public UnableToDestroySubscriptionFaultType createUnableToDestroySubscriptionFaultType(java.util.Date timestamp)
Specified by:
createUnableToDestroySubscriptionFaultType in interface WsnbFactory

createUnableToGetMessagesFaultType

public UnableToGetMessagesFaultType createUnableToGetMessagesFaultType(java.util.Date timestamp)
Specified by:
createUnableToGetMessagesFaultType in interface WsnbFactory

createUnacceptableInitialTerminationTimeFaultType

public UnacceptableInitialTerminationTimeFaultType createUnacceptableInitialTerminationTimeFaultType(java.util.Date timestamp,
                                                                                                     java.util.Date minTermTime)
Specified by:
createUnacceptableInitialTerminationTimeFaultType in interface WsnbFactory

createUnacceptableTerminationTimeFaultType

public UnacceptableTerminationTimeFaultType createUnacceptableTerminationTimeFaultType(java.util.Date timestamp,
                                                                                       java.util.Date minTermTime)
Specified by:
createUnacceptableTerminationTimeFaultType in interface WsnbFactory

createUnrecognizedPolicyRequestFaultType

public UnrecognizedPolicyRequestFaultType createUnrecognizedPolicyRequestFaultType(java.util.Date timestamp)
Specified by:
createUnrecognizedPolicyRequestFaultType in interface WsnbFactory

createUnsubscribe

public Unsubscribe createUnsubscribe()
Specified by:
createUnsubscribe in interface WsnbFactory

createUnsubscribeResponse

public UnsubscribeResponse createUnsubscribeResponse()
Specified by:
createUnsubscribeResponse in interface WsnbFactory

createUnsupportedPolicyRequestFaultType

public UnsupportedPolicyRequestFaultType createUnsupportedPolicyRequestFaultType(java.util.Date timestamp)
Specified by:
createUnsupportedPolicyRequestFaultType in interface WsnbFactory

createUseRaw

public UseRaw createUseRaw()
Specified by:
createUseRaw in interface WsnbFactory


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