com.ebmwebsourcing.wsstar.basenotification.datatypes.impl.impl
Class WsnbModelFactoryImpl

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.basenotification.datatypes.impl.impl.WsnbModelFactoryImpl
All Implemented Interfaces:
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

public class WsnbModelFactoryImpl
extends java.lang.Object
implements com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory


Constructor Summary
WsnbModelFactoryImpl()
           
 
Method Summary
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.CreatePullPoint createWsnbModelCreatePullPoint()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.CreatePullPointResponse createWsnbModelCreatePullPointResponse()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.DestroyPullPoint createWsnbModelDestroyPullPoint()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.DestroyPullPointResponse createWsnbModelDestroyPullPointResponse()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.FilterType createWsnbModelFilterType()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.GetCurrentMessage createWsnbModelGetCurrentMessage(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType concreteTopic)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.GetCurrentMessageResponse createWsnbModelGetCurrentMessageResponse(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType.Message notification)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.GetMessages createWsnbModelGetMessages()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.GetMessagesResponse createWsnbModelGetMessagesResponse()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.InvalidFilterFaultType createWsnbModelInvalidFilterFaultType(java.util.Date timestamp, java.util.List<javax.xml.namespace.QName> unknownFilters)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.InvalidMessageContentExpressionFaultType createWsnbModelInvalidMessageContentExpressionFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.InvalidProducerPropertiesExpressionFaultType createWsnbModelInvalidProducerPropertiesExpressionFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.InvalidTopicExpressionFaultType createWsnbModelInvalidTopicExpressionFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.MessageContentExpression createWsnbModelMessageContentExpression(java.net.URI dialect)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.MultipleTopicsSpecifiedFaultType createWsnbModelMultipleTopicsSpecifiedFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NoCurrentMessageOnTopicFaultType createWsnbModelNoCurrentMessageOnTopicFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType createWsnbModelNotificationMessageHolderType(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType.Message message)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType.Message createWsnbModelNotificationMessageHolderTypeMessage(org.w3c.dom.Element message)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationProducerRP createWsnbModelNotificationProducerRP()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.Notify createWsnbModelNotify(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType notifMsg)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotifyMessageNotSupportedFaultType createWsnbModelNotifyMessageNotSupportedFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.PauseFailedFaultType createWsnbModelPauseFailedFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.PauseSubscription createWsnbModelPauseSubscription()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.PauseSubscriptionResponse createWsnbModelPauseSubscriptionResponse()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.ProducerPropertiesExpression createWsnbModelProducerPropertiesExpression(java.net.URI dialect)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.Renew createWsnbModelRenew()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.RenewResponse createWsnbModelRenewResponse(java.util.Date termTime)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.ResumeFailedFaultType createWsnbModelResumeFailedFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.ResumeSubscription createWsnbModelResumeSubscription()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.ResumeSubscriptionResponse createWsnbModelResumeSubscriptionResponse()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.Subscribe createWsnbModelSubscribe(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeCreationFailedFaultType createWsnbModelSubscribeCreationFailedFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse createWsnbModelSubscribeResponse(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType subscriptionRef)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscriptionManagerRP createWsnbModelSubscriptionManagerRP(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscriptionPolicyType createWsnbModelSubscriptionPolicyType()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionDialectUnknownFaultType createWsnbModelTopicExpressionDialectUnknownFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType createWsnbModelTopicExpressionType(java.net.URI dialect)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicNotSupportedFaultType createWsnbModelTopicNotSupportedFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnableToCreatePullPointFaultType createWsnbModelUnableToCreatePullPointFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnableToDestroyPullPointFaultType createWsnbModelUnableToDestroyPullPointFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnableToDestroySubscriptionFaultType createWsnbModelUnableToDestroySubscriptionFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnableToGetMessagesFaultType createWsnbModelUnableToGetMessagesFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableInitialTerminationTimeFaultType createWsnbModelUnacceptableInitialTerminationTimeFaultType(java.util.Date timestamp, java.util.Date minTermTime)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableTerminationTimeFaultType createWsnbModelUnacceptableTerminationTimeFaultType(java.util.Date timestamp, java.util.Date minTermTime)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnrecognizedPolicyRequestFaultType createWsnbModelUnrecognizedPolicyRequestFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.Unsubscribe createWsnbModelUnsubscribe()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnsubscribeResponse createWsnbModelUnsubscribeResponse()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnsupportedPolicyRequestFaultType createWsnbModelUnsupportedPolicyRequestFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UseRaw createWsnbModelUseRaw()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType createWstopModelTopicExpression(TopicExpressionType jaxbModelTopicExpression)
          TODO add description ...
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.WsnbReader getWsnbModelReader()
           
 com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.WsnbWriter getWsnbModelWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsnbModelFactoryImpl

public WsnbModelFactoryImpl()
Method Detail

getWsnbModelReader

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.WsnbReader getWsnbModelReader()
Specified by:
getWsnbModelReader in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

getWsnbModelWriter

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.WsnbWriter getWsnbModelWriter()
Specified by:
getWsnbModelWriter in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelCreatePullPoint

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.CreatePullPoint createWsnbModelCreatePullPoint()
Specified by:
createWsnbModelCreatePullPoint in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelCreatePullPointResponse

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.CreatePullPointResponse createWsnbModelCreatePullPointResponse()
Specified by:
createWsnbModelCreatePullPointResponse in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelDestroyPullPoint

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.DestroyPullPoint createWsnbModelDestroyPullPoint()
Specified by:
createWsnbModelDestroyPullPoint in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelDestroyPullPointResponse

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.DestroyPullPointResponse createWsnbModelDestroyPullPointResponse()
Specified by:
createWsnbModelDestroyPullPointResponse in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelFilterType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.FilterType createWsnbModelFilterType()
Specified by:
createWsnbModelFilterType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelGetCurrentMessage

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.GetCurrentMessage createWsnbModelGetCurrentMessage(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType concreteTopic)
Specified by:
createWsnbModelGetCurrentMessage in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelGetCurrentMessageResponse

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.GetCurrentMessageResponse createWsnbModelGetCurrentMessageResponse(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType.Message notification)
Specified by:
createWsnbModelGetCurrentMessageResponse in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelGetMessages

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.GetMessages createWsnbModelGetMessages()
Specified by:
createWsnbModelGetMessages in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelGetMessagesResponse

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.GetMessagesResponse createWsnbModelGetMessagesResponse()
Specified by:
createWsnbModelGetMessagesResponse in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelInvalidFilterFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.InvalidFilterFaultType createWsnbModelInvalidFilterFaultType(java.util.Date timestamp,
                                                                                                                                               java.util.List<javax.xml.namespace.QName> unknownFilters)
Specified by:
createWsnbModelInvalidFilterFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelInvalidMessageContentExpressionFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.InvalidMessageContentExpressionFaultType createWsnbModelInvalidMessageContentExpressionFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelInvalidMessageContentExpressionFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelInvalidProducerPropertiesExpressionFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.InvalidProducerPropertiesExpressionFaultType createWsnbModelInvalidProducerPropertiesExpressionFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelInvalidProducerPropertiesExpressionFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelInvalidTopicExpressionFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.InvalidTopicExpressionFaultType createWsnbModelInvalidTopicExpressionFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelInvalidTopicExpressionFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelMessageContentExpression

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.MessageContentExpression createWsnbModelMessageContentExpression(java.net.URI dialect)
Specified by:
createWsnbModelMessageContentExpression in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelMultipleTopicsSpecifiedFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.MultipleTopicsSpecifiedFaultType createWsnbModelMultipleTopicsSpecifiedFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelMultipleTopicsSpecifiedFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelNoCurrentMessageOnTopicFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NoCurrentMessageOnTopicFaultType createWsnbModelNoCurrentMessageOnTopicFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelNoCurrentMessageOnTopicFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelNotificationMessageHolderType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType createWsnbModelNotificationMessageHolderType(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType.Message message)
Specified by:
createWsnbModelNotificationMessageHolderType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelNotificationMessageHolderTypeMessage

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType.Message createWsnbModelNotificationMessageHolderTypeMessage(org.w3c.dom.Element message)
Specified by:
createWsnbModelNotificationMessageHolderTypeMessage in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelNotificationProducerRP

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationProducerRP createWsnbModelNotificationProducerRP()
Specified by:
createWsnbModelNotificationProducerRP in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelNotify

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.Notify createWsnbModelNotify(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotificationMessageHolderType notifMsg)
Specified by:
createWsnbModelNotify in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelNotifyMessageNotSupportedFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.NotifyMessageNotSupportedFaultType createWsnbModelNotifyMessageNotSupportedFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelNotifyMessageNotSupportedFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelPauseFailedFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.PauseFailedFaultType createWsnbModelPauseFailedFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelPauseFailedFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelPauseSubscription

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.PauseSubscription createWsnbModelPauseSubscription()
Specified by:
createWsnbModelPauseSubscription in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelPauseSubscriptionResponse

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.PauseSubscriptionResponse createWsnbModelPauseSubscriptionResponse()
Specified by:
createWsnbModelPauseSubscriptionResponse in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelProducerPropertiesExpression

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.ProducerPropertiesExpression createWsnbModelProducerPropertiesExpression(java.net.URI dialect)
Specified by:
createWsnbModelProducerPropertiesExpression in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelRenew

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.Renew createWsnbModelRenew()
Specified by:
createWsnbModelRenew in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelRenewResponse

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.RenewResponse createWsnbModelRenewResponse(java.util.Date termTime)
Specified by:
createWsnbModelRenewResponse in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelResumeFailedFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.ResumeFailedFaultType createWsnbModelResumeFailedFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelResumeFailedFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelResumeSubscription

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.ResumeSubscription createWsnbModelResumeSubscription()
Specified by:
createWsnbModelResumeSubscription in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelResumeSubscriptionResponse

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.ResumeSubscriptionResponse createWsnbModelResumeSubscriptionResponse()
Specified by:
createWsnbModelResumeSubscriptionResponse in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelSubscribe

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.Subscribe createWsnbModelSubscribe(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)
Specified by:
createWsnbModelSubscribe in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelSubscribeCreationFailedFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeCreationFailedFaultType createWsnbModelSubscribeCreationFailedFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelSubscribeCreationFailedFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelSubscribeResponse

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse createWsnbModelSubscribeResponse(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType subscriptionRef)
Specified by:
createWsnbModelSubscribeResponse in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelSubscriptionManagerRP

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscriptionManagerRP createWsnbModelSubscriptionManagerRP(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType consumerRef)
Specified by:
createWsnbModelSubscriptionManagerRP in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelSubscriptionPolicyType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscriptionPolicyType createWsnbModelSubscriptionPolicyType()
Specified by:
createWsnbModelSubscriptionPolicyType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelTopicExpressionType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType createWsnbModelTopicExpressionType(java.net.URI dialect)
Specified by:
createWsnbModelTopicExpressionType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWstopModelTopicExpression

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType createWstopModelTopicExpression(TopicExpressionType jaxbModelTopicExpression)
TODO add description ...

Parameters:
jaxbModelTopicSet -
Returns:

createWsnbModelTopicExpressionDialectUnknownFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionDialectUnknownFaultType createWsnbModelTopicExpressionDialectUnknownFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelTopicExpressionDialectUnknownFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelTopicNotSupportedFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicNotSupportedFaultType createWsnbModelTopicNotSupportedFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelTopicNotSupportedFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnableToCreatePullPointFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnableToCreatePullPointFaultType createWsnbModelUnableToCreatePullPointFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelUnableToCreatePullPointFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnableToDestroyPullPointFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnableToDestroyPullPointFaultType createWsnbModelUnableToDestroyPullPointFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelUnableToDestroyPullPointFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnableToDestroySubscriptionFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnableToDestroySubscriptionFaultType createWsnbModelUnableToDestroySubscriptionFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelUnableToDestroySubscriptionFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnableToGetMessagesFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnableToGetMessagesFaultType createWsnbModelUnableToGetMessagesFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelUnableToGetMessagesFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnacceptableInitialTerminationTimeFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableInitialTerminationTimeFaultType createWsnbModelUnacceptableInitialTerminationTimeFaultType(java.util.Date timestamp,
                                                                                                                                                                                         java.util.Date minTermTime)
Specified by:
createWsnbModelUnacceptableInitialTerminationTimeFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnacceptableTerminationTimeFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableTerminationTimeFaultType createWsnbModelUnacceptableTerminationTimeFaultType(java.util.Date timestamp,
                                                                                                                                                                           java.util.Date minTermTime)
Specified by:
createWsnbModelUnacceptableTerminationTimeFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnrecognizedPolicyRequestFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnrecognizedPolicyRequestFaultType createWsnbModelUnrecognizedPolicyRequestFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelUnrecognizedPolicyRequestFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnsubscribe

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.Unsubscribe createWsnbModelUnsubscribe()
Specified by:
createWsnbModelUnsubscribe in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnsubscribeResponse

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnsubscribeResponse createWsnbModelUnsubscribeResponse()
Specified by:
createWsnbModelUnsubscribeResponse in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUnsupportedPolicyRequestFaultType

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnsupportedPolicyRequestFaultType createWsnbModelUnsupportedPolicyRequestFaultType(java.util.Date timestamp)
Specified by:
createWsnbModelUnsupportedPolicyRequestFaultType in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory

createWsnbModelUseRaw

public final com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UseRaw createWsnbModelUseRaw()
Specified by:
createWsnbModelUseRaw in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory


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