com.ebmwebsourcing.wsstar.notification.definition
Class WSNotificationFactory

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.notification.definition.WSNotificationFactory
Direct Known Subclasses:
WSNotificationFactoryImpl

public abstract class WSNotificationFactory
extends java.lang.Object

This abstract class defines a factory API that enables applications to obtain a Factory capable of producing new Definitions, new Reader, and new Writer. Note : This class is implemented respect to the "Singleton design pattern". The solution of Bill Pugh - University of Maryland - has been used, because it supposed to be "thread-safe" without requiring special language constructs (i.e. volatile or synchronized). For more details, see : http://en.wikipedia.org/wiki/Singleton_pattern

Author:
Thierry Déjean - eBM WebSourcing

Field Summary
protected  ObjectFactory wsnbFactory
           
protected  ObjectFactory wsnbrFactory
           
protected  ObjectFactory wsrfbfFactory
           
protected  ObjectFactory wsrfrwFactory
           
protected  ObjectFactory wstopFactory
           
 
Constructor Summary
protected WSNotificationFactory()
           
 
Method Summary
abstract  BaseFaultDescriptionType createBaseFaultDescriptionType()
          create an instance of the BaseFaultDescriptionType class
abstract  BaseFaultType createBaseFaultType()
          create an instance of the BaseFaultType class
abstract  DestroyRegistration createDestroyRegistration()
          create an instance of the DestroyRegistration class
abstract  DestroyRegistrationResponse createDestroyRegistrationResponse()
          create an instance of the DestroyRegistrationResponse class
abstract  FilterType createFiltertype()
          create an instance of the FilterType class
abstract  javax.xml.bind.JAXBElement<?> createInvalidFilterFault(InvalidFilterFaultType fault)
          Create an instance of JAXBElement<InvalidFilterFaultType>}
abstract  InvalidFilterFaultType createInvalidFilterFaultType()
          create an instance of the InvalidFilterFaultType class
abstract  javax.xml.bind.JAXBElement<?> createInvalidMessageContentExpressionFault(InvalidMessageContentExpressionFaultType fault)
          Create an instance of JAXBElement<InvalidMessageContentExpressionFaultType>}
abstract  InvalidMessageContentExpressionFaultType createInvalidMessageContentExpressionFaultType()
          create an instance of the InvalidMessageContentExpressionFaultType class
abstract  javax.xml.bind.JAXBElement<?> createInvalidProducerPropertiesExpressionFault(InvalidProducerPropertiesExpressionFaultType fault)
          Create an instance of JAXBElement<InvalidProducerPropertiesExpressionFaultType>}
abstract  InvalidProducerPropertiesExpressionFaultType createInvalidProducerPropertiesExpressionFaultType()
          create an instance of the InvalidProducerPropertiesExpressionFaultType class
abstract  javax.xml.bind.JAXBElement<?> createInvalidTopicExpressionFault(InvalidTopicExpressionFaultType fault)
          Create an instance of JAXBElement<InvalidTopicExpressionFaultType>}
abstract  InvalidTopicExpressionFaultType createInvalidTopicExpressionFaultType()
          create an instance of the InvalidTopicExpressionFaultType class
abstract  Message createMessage()
          create an instance of the SubscriptionManagerRP class
abstract  javax.xml.bind.JAXBElement<?> createMessageContent(QueryExpressionType value)
          Create an instance of JAXBElement<QueryExpressionType>}
abstract  javax.xml.bind.JAXBElement<?> createMultipleTopicsSpecifiedFault(MultipleTopicsSpecifiedFaultType fault)
          Create an instance of JAXBElement<MultipleTopicsSpecifiedFaultType>}
abstract  MultipleTopicsSpecifiedFaultType createMultipleTopicsSpecifiedFaultType()
          create an instance of the MultipleTopicsSpecifiedFaultType class
abstract  javax.xml.bind.JAXBElement<?> createNoCurrentMessageOnTopicFault(NoCurrentMessageOnTopicFaultType fault)
          Create an instance of JAXBElement<NoCurrentMessageOnTopicFaultType>}
abstract  NoCurrentMessageOnTopicFaultType createNoCurrentMessageOnTopicFaultType()
          create an instance of the NoCurrentMessageOnTopicFaultType class
abstract  NotificationMessageHolderType createNotificationMessageHolderType()
          create an instance of the NotificationMessageHolderType class
abstract  Notify createNotify()
          create an instance of the Notify class
abstract  javax.xml.bind.JAXBElement<?> createNotifyMessageNotSupportedFault(NotifyMessageNotSupportedFaultType fault)
          Create an instance of JAXBElement<NotifyMessageNotSupportedFaultType>}
abstract  NotifyMessageNotSupportedFaultType createNotifyMessageNotSupportedFaultType()
          create an instance of the NotifyMessageNotSupportedFaultType class
abstract  javax.xml.bind.JAXBElement<?> createPauseFailedFault(PauseFailedFaultType fault)
          Create an instance of JAXBElement<PauseFailedFaultType>}
abstract  PauseFailedFaultType createPauseFailedFaultType()
          create an instance of the PauseFailedFaultType class
abstract  javax.xml.bind.JAXBElement<?> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType fault)
          Create an instance of JAXBElement<PublisherRegistrationFailedFaultType>}
abstract  PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
          create an instance of the PublisherRegistrationFailedFaultType class
abstract  javax.xml.bind.JAXBElement<?> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType fault)
          Create an instance of JAXBElement<PublisherRegistrationFailedFaultType>}
abstract  PublisherRegistrationRejectedFaultType createPublisherRegistrationRejectedFaultType()
          create an instance of the PublisherRegistrationRejectedFaultType class
abstract  PublisherRegistrationRP createPublisherRegistrationRP()
          create an instance of the PublisherRegistrationRP class
abstract  QueryExpressionType createQueryExpressionType()
          create an instance of the QueryExpressionType class
abstract  RegisterPublisher createRegisterPublisher()
          create an instance of the RegisterPublisher class
abstract  RegisterPublisherResponse createRegisterPublisherResponse()
          create an instance of the RegisterPublisherResponse class
abstract  javax.xml.bind.JAXBElement<?> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType fault)
          Create an instance of JAXBElement<ResourceNotDestroyedFaultType>}
abstract  ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
          create an instance of the ResourceNotDestroyedFaultType class
abstract  javax.xml.bind.JAXBElement<?> createResourceUnknownFault(ResourceUnknownFaultType fault)
          Create an instance of JAXBElement<ResourceUnknownFaultType>}
abstract  ResourceUnknownFaultType createResourceUnknownFaultType()
          create an instance of the ResourceUnknownFaultType class
abstract  javax.xml.bind.JAXBElement<?> createResumeFailedFault(ResumeFailedFaultType fault)
          Create an instance of JAXBElement<ResumeFailedFaultType>}
abstract  ResumeFailedFaultType createResumeFailedFaultType()
          create an instance of the ResumeFailedFaultType class
abstract  javax.xml.bind.JAXBElement<java.lang.String> createStringJaxbElt(javax.xml.namespace.QName qname, java.lang.String value)
          an instance of JAXBElement<String>} The "conversion" from String to JAXBElement is mandatory in order to marshalling mechanism don't fail
abstract  Subscribe createSubscribe()
          create an instance of the Subscribe class
abstract  javax.xml.bind.JAXBElement<?> createSubscribeCreationFailedFault(SubscribeCreationFailedFaultType fault)
          Create an instance of JAXBElement<SubscribeCreationFailedFaultType>}
abstract  SubscribeCreationFailedFaultType createSubscribeCreationFailedFaultType()
          create an instance of the SubscribeCreationFailedFaultType class
abstract  SubscribeResponse createSubscribeResponse()
          create an instance of the SubscribeResponse class
abstract  SubscriptionManagerRP createSubscriptionManagerRP()
          create an instance of the SubscriptionManagerRP class
abstract  SubscriptionPolicyType createSubscriptionPolicyType()
          create an instance of the SubscriptionPolicyType class
abstract  javax.xml.bind.JAXBElement<?> createTopicExpressionDialectUnknownFault(TopicExpressionDialectUnknownFaultType fault)
          Create an instance of JAXBElement<TopicExpressionDialectUnknownFaultType>}
abstract  TopicExpressionDialectUnknownFaultType createTopicExpressionDialectUnknownFaultType()
          create an instance of the TopicExpressionDialectUnknownFaultType class
abstract  TopicExpressionType createTopicExpressionType()
          create an instance of the TopicExpressionType class
abstract  javax.xml.bind.JAXBElement<?> createTopicExpressionType(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
abstract  TopicNamespaceType createTopicNamespaceType()
          create an instance of the TopicNamespaceType class
abstract  javax.xml.bind.JAXBElement<?> createTopicNotSupportedFault(TopicNotSupportedFaultType fault)
          Create an instance of JAXBElement<TopicNotSupportedFaultType>}
abstract  TopicNotSupportedFaultType createTopicNotSupportedFaultType()
          create an instance of the TopicNotSupportedFaultType class
abstract  TopicType createTopicType()
          create an instance of the TopicType class
abstract  javax.xml.bind.JAXBElement<?> createUnableToCreatePullPointFault(UnableToCreatePullPointFaultType fault)
          Create an instance of JAXBElement<UnableToCreatePullPointFaultType>}
abstract  UnableToCreatePullPointFaultType createUnableToCreatePullPointFaultType()
          create an instance of the UnableToCreatePullPointFaultType class
abstract  javax.xml.bind.JAXBElement<?> createUnableToDestroyPullPointFault(UnableToDestroyPullPointFaultType fault)
          Create an instance of JAXBElement<UnableToDestroyPullPointFaultType>}
abstract  UnableToDestroyPullPointFaultType createUnableToDestroyPullPointFaultType()
          create an instance of the UnableToDestroyPullPointFaultType class
abstract  javax.xml.bind.JAXBElement<?> createUnableToDestroySubscriptionFault(UnableToDestroySubscriptionFaultType fault)
          Create an instance of JAXBElement<UnableToDestroySubscriptionFaultType>}
abstract  UnableToDestroySubscriptionFaultType createUnableToDestroySubscriptionFaultType()
          create an instance of the UnableToDestroySubscriptionFaultType class
abstract  javax.xml.bind.JAXBElement<?> createUnableToGetMessagesFault(UnableToGetMessagesFaultType fault)
          Create an instance of JAXBElement<UnableToGetMessagesFaultType>}
abstract  UnableToGetMessagesFaultType createUnableToGetMessagesFaultType()
          create an instance of the UnableToGetMessagesFaultType class
abstract  javax.xml.bind.JAXBElement<?> createUnacceptableInitialTerminationTimeFault(UnacceptableInitialTerminationTimeFaultType fault)
          Create an instance of JAXBElement<UnacceptableInitialTerminationTimeFaultType>}
abstract  UnacceptableInitialTerminationTimeFaultType createUnacceptableInitialTerminationTimeFaultType()
          create an instance of the UnacceptableInitialTerminationTimeFaultType class
abstract  javax.xml.bind.JAXBElement<?> createUnacceptableTerminationTimeFault(UnacceptableTerminationTimeFaultType fault)
          Create an instance of JAXBElement<UnacceptableTerminationTimeFaultType>}
abstract  UnacceptableTerminationTimeFaultType createUnacceptableTerminationTimeFaultType()
          create an instance of the UnacceptableTerminationTimeFaultType class
abstract  javax.xml.bind.JAXBElement<?> createUnrecognizedPolicyRequestFault(UnrecognizedPolicyRequestFaultType fault)
          Create an instance of JAXBElement<UnrecognizedPolicyRequestFaultType>}
abstract  UnrecognizedPolicyRequestFaultType createUnrecognizedPolicyRequestFaultType()
          create an instance of the UnrecognizedPolicyRequestFaultType class
abstract  Unsubscribe createUnsubscribe()
          create an instance of the Unsubscribe class
abstract  UnsubscribeResponse createUnsubscribeResponse()
          create an instance of the UnsubscribeResponse class
abstract  javax.xml.bind.JAXBElement<?> createUnsupportedPolicyRequestFault(UnsupportedPolicyRequestFaultType fault)
          Create an instance of JAXBElement<UnsupportedPolicyRequestFaultType>}
abstract  UnsupportedPolicyRequestFaultType createUnsupportedPolicyRequestFaultType()
          create an instance of the UnsupportedPolicyRequestFaultType class
static WSNotificationFactory getInstance()
          Return an unique - respect to the Singleton design pattern - instance of the WSNotificationFactory class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wsnbFactory

protected ObjectFactory wsnbFactory

wsnbrFactory

protected ObjectFactory wsnbrFactory

wstopFactory

protected ObjectFactory wstopFactory

wsrfbfFactory

protected ObjectFactory wsrfbfFactory

wsrfrwFactory

protected ObjectFactory wsrfrwFactory
Constructor Detail

WSNotificationFactory

protected WSNotificationFactory()
Method Detail

getInstance

public static WSNotificationFactory getInstance()
Return an unique - respect to the Singleton design pattern - instance of the WSNotificationFactory class. Getting this object type is the first step to build all others "WS-Notification paradigm objects" and Reader/Writer objects.

Returns:
a unique WSNotificationFactory instance.

createStringJaxbElt

public abstract javax.xml.bind.JAXBElement<java.lang.String> createStringJaxbElt(javax.xml.namespace.QName qname,
                                                                                 java.lang.String value)
an instance of JAXBElement<String>} The "conversion" from String to JAXBElement is mandatory in order to marshalling mechanism don't fail

Parameters:
qname - the QName part of the JAXBElement
value - the string value to "convert"
Returns:
a JAXBElement<String>} representation

createSubscribe

public abstract Subscribe createSubscribe()
                                   throws WSNotificationException
create an instance of the Subscribe class

Returns:
a new Subscribe object
Throws:
WSNotificationException

createSubscribeResponse

public abstract SubscribeResponse createSubscribeResponse()
                                                   throws WSNotificationException
create an instance of the SubscribeResponse class

Returns:
a new SubscribeResponse object
Throws:
WSNotificationException

createUnsubscribe

public abstract Unsubscribe createUnsubscribe()
                                       throws WSNotificationException
create an instance of the Unsubscribe class

Returns:
a new Unsubscribe object
Throws:
WSNotificationException

createUnsubscribeResponse

public abstract UnsubscribeResponse createUnsubscribeResponse()
                                                       throws WSNotificationException
create an instance of the UnsubscribeResponse class

Returns:
a new UnsubscribeResponse
Throws:
WSNotificationException

createSubscriptionManagerRP

public abstract SubscriptionManagerRP createSubscriptionManagerRP()
                                                           throws WSNotificationException
create an instance of the SubscriptionManagerRP class

Returns:
a new SubscriptionManagerRP object
Throws:
WSNotificationException

createSubscriptionPolicyType

public abstract SubscriptionPolicyType createSubscriptionPolicyType()
                                                             throws WSNotificationException
create an instance of the SubscriptionPolicyType class

Returns:
a new SubscriptionPolicyType object
Throws:
WSNotificationException

createNotify

public abstract Notify createNotify()
                             throws WSNotificationException
create an instance of the Notify class

Returns:
a new Notify object
Throws:
WSNotificationException

createNotificationMessageHolderType

public abstract NotificationMessageHolderType createNotificationMessageHolderType()
                                                                           throws WSNotificationException
create an instance of the NotificationMessageHolderType class

Returns:
a new NotificationMessageHolderType object
Throws:
WSNotificationException

createMessage

public abstract Message createMessage()
                               throws WSNotificationException
create an instance of the SubscriptionManagerRP class

Returns:
a new SubscriptionManagerRP object
Throws:
WSNotificationException

createTopicExpressionType

public abstract TopicExpressionType createTopicExpressionType()
                                                       throws WSNotificationException
create an instance of the TopicExpressionType class

Returns:
a new TopicExpressionType object
Throws:
WSNotificationException

createTopicExpressionType

public abstract javax.xml.bind.JAXBElement<?> createTopicExpressionType(TopicExpressionType value)
                                                                 throws WSNotificationException
Create an instance of JAXBElement<TopicExpressionType>}

Parameters:
value - the TopicExpressionType object to "convert to" JAXBElement
Returns:
a JAXBElement<TopicExpressionType>} representation
Throws:
WSNotificationException

createQueryExpressionType

public abstract QueryExpressionType createQueryExpressionType()
                                                       throws WSNotificationException
create an instance of the QueryExpressionType class

Returns:
a new QueryExpressionType object
Throws:
WSNotificationException

createMessageContent

public abstract javax.xml.bind.JAXBElement<?> createMessageContent(QueryExpressionType value)
                                                            throws WSNotificationException
Create an instance of JAXBElement<QueryExpressionType>}

Parameters:
value - the QueryExpressionType object to "convert to" JAXBElement
Returns:
a JAXBElement<QueryExpressionType>} representation
Throws:
WSNotificationException

createFiltertype

public abstract FilterType createFiltertype()
                                     throws WSNotificationException
create an instance of the FilterType class

Returns:
a new FilterType object
Throws:
WSNotificationException

createInvalidFilterFaultType

public abstract InvalidFilterFaultType createInvalidFilterFaultType()
                                                             throws WSNotificationException
create an instance of the InvalidFilterFaultType class

Returns:
a new InvalidFilterFaultType object
Throws:
WSNotificationException

createInvalidFilterFault

public abstract javax.xml.bind.JAXBElement<?> createInvalidFilterFault(InvalidFilterFaultType fault)
                                                                throws WSNotificationException
Create an instance of JAXBElement<InvalidFilterFaultType>}

Parameters:
fault - the InvalidFilterFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<InvalidFilterFaultType>} representation
Throws:
WSNotificationException

createInvalidMessageContentExpressionFaultType

public abstract InvalidMessageContentExpressionFaultType createInvalidMessageContentExpressionFaultType()
                                                                                                 throws WSNotificationException
create an instance of the InvalidMessageContentExpressionFaultType class

Returns:
a new InvalidMessageContentExpressionFaultType object
Throws:
WSNotificationException

createInvalidMessageContentExpressionFault

public abstract javax.xml.bind.JAXBElement<?> createInvalidMessageContentExpressionFault(InvalidMessageContentExpressionFaultType fault)
                                                                                  throws WSNotificationException
Create an instance of JAXBElement<InvalidMessageContentExpressionFaultType>}

Parameters:
fault - the InvalidMessageContentExpressionFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<InvalidMessageContentExpressionFaultType>} representation
Throws:
WSNotificationException

createInvalidProducerPropertiesExpressionFaultType

public abstract InvalidProducerPropertiesExpressionFaultType createInvalidProducerPropertiesExpressionFaultType()
                                                                                                         throws WSNotificationException
create an instance of the InvalidProducerPropertiesExpressionFaultType class

Returns:
a new InvalidProducerPropertiesExpressionFaultType object
Throws:
WSNotificationException

createInvalidProducerPropertiesExpressionFault

public abstract javax.xml.bind.JAXBElement<?> createInvalidProducerPropertiesExpressionFault(InvalidProducerPropertiesExpressionFaultType fault)
                                                                                      throws WSNotificationException
Create an instance of JAXBElement<InvalidProducerPropertiesExpressionFaultType>}

Parameters:
fault - the InvalidProducerPropertiesExpressionFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<InvalidProducerPropertiesExpressionFaultType>} representation
Throws:
WSNotificationException

createInvalidTopicExpressionFaultType

public abstract InvalidTopicExpressionFaultType createInvalidTopicExpressionFaultType()
                                                                               throws WSNotificationException
create an instance of the InvalidTopicExpressionFaultType class

Returns:
a new InvalidTopicExpressionFaultType object
Throws:
WSNotificationException

createInvalidTopicExpressionFault

public abstract javax.xml.bind.JAXBElement<?> createInvalidTopicExpressionFault(InvalidTopicExpressionFaultType fault)
                                                                         throws WSNotificationException
Create an instance of JAXBElement<InvalidTopicExpressionFaultType>}

Parameters:
fault - the InvalidTopicExpressionFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<InvalidTopicExpressionFaultType>} representation
Throws:
WSNotificationException

createMultipleTopicsSpecifiedFaultType

public abstract MultipleTopicsSpecifiedFaultType createMultipleTopicsSpecifiedFaultType()
                                                                                 throws WSNotificationException
create an instance of the MultipleTopicsSpecifiedFaultType class

Returns:
a new MultipleTopicsSpecifiedFaultType object
Throws:
WSNotificationException

createMultipleTopicsSpecifiedFault

public abstract javax.xml.bind.JAXBElement<?> createMultipleTopicsSpecifiedFault(MultipleTopicsSpecifiedFaultType fault)
                                                                          throws WSNotificationException
Create an instance of JAXBElement<MultipleTopicsSpecifiedFaultType>}

Parameters:
fault - the MultipleTopicsSpecifiedFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<MultipleTopicsSpecifiedFaultType>} representation
Throws:
WSNotificationException

createNoCurrentMessageOnTopicFaultType

public abstract NoCurrentMessageOnTopicFaultType createNoCurrentMessageOnTopicFaultType()
                                                                                 throws WSNotificationException
create an instance of the NoCurrentMessageOnTopicFaultType class

Returns:
a new NoCurrentMessageOnTopicFaultType object
Throws:
WSNotificationException

createNoCurrentMessageOnTopicFault

public abstract javax.xml.bind.JAXBElement<?> createNoCurrentMessageOnTopicFault(NoCurrentMessageOnTopicFaultType fault)
                                                                          throws WSNotificationException
Create an instance of JAXBElement<NoCurrentMessageOnTopicFaultType>}

Parameters:
fault - the NoCurrentMessageOnTopicFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<NoCurrentMessageOnTopicFaultType>} representation
Throws:
WSNotificationException

createNotifyMessageNotSupportedFaultType

public abstract NotifyMessageNotSupportedFaultType createNotifyMessageNotSupportedFaultType()
                                                                                     throws WSNotificationException
create an instance of the NotifyMessageNotSupportedFaultType class

Returns:
a new NotifyMessageNotSupportedFaultType object
Throws:
WSNotificationException

createNotifyMessageNotSupportedFault

public abstract javax.xml.bind.JAXBElement<?> createNotifyMessageNotSupportedFault(NotifyMessageNotSupportedFaultType fault)
                                                                            throws WSNotificationException
Create an instance of JAXBElement<NotifyMessageNotSupportedFaultType>}

Parameters:
fault - the NotifyMessageNotSupportedFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<NotifyMessageNotSupportedFaultType>} representation
Throws:
WSNotificationException

createPauseFailedFaultType

public abstract PauseFailedFaultType createPauseFailedFaultType()
                                                         throws WSNotificationException
create an instance of the PauseFailedFaultType class

Returns:
a new PauseFailedFaultType object
Throws:
WSNotificationException

createPauseFailedFault

public abstract javax.xml.bind.JAXBElement<?> createPauseFailedFault(PauseFailedFaultType fault)
                                                              throws WSNotificationException
Create an instance of JAXBElement<PauseFailedFaultType>}

Parameters:
fault - the PauseFailedFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<com.ebmwebsourcing.wsstar.notification.definition.brokered.PauseFailedFaultType >} representation
Throws:
WSNotificationException

createResumeFailedFaultType

public abstract ResumeFailedFaultType createResumeFailedFaultType()
                                                           throws WSNotificationException
create an instance of the ResumeFailedFaultType class

Returns:
a new ResumeFailedFaultType object
Throws:
WSNotificationException

createResumeFailedFault

public abstract javax.xml.bind.JAXBElement<?> createResumeFailedFault(ResumeFailedFaultType fault)
                                                               throws WSNotificationException
Create an instance of JAXBElement<ResumeFailedFaultType>}

Parameters:
fault - the ResumeFailedFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<ResumeFailedFaultType>} representation
Throws:
WSNotificationException

createSubscribeCreationFailedFaultType

public abstract SubscribeCreationFailedFaultType createSubscribeCreationFailedFaultType()
                                                                                 throws WSNotificationException
create an instance of the SubscribeCreationFailedFaultType class

Returns:
a new SubscribeCreationFailedFaultType object
Throws:
WSNotificationException

createSubscribeCreationFailedFault

public abstract javax.xml.bind.JAXBElement<?> createSubscribeCreationFailedFault(SubscribeCreationFailedFaultType fault)
                                                                          throws WSNotificationException
Create an instance of JAXBElement<SubscribeCreationFailedFaultType>}

Parameters:
fault - the SubscribeCreationFailedFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<SubscribeCreationFailedFaultType>} representation
Throws:
WSNotificationException

createTopicExpressionDialectUnknownFaultType

public abstract TopicExpressionDialectUnknownFaultType createTopicExpressionDialectUnknownFaultType()
                                                                                             throws WSNotificationException
create an instance of the TopicExpressionDialectUnknownFaultType class

Returns:
a new TopicExpressionDialectUnknownFaultType object
Throws:
WSNotificationException

createTopicExpressionDialectUnknownFault

public abstract javax.xml.bind.JAXBElement<?> createTopicExpressionDialectUnknownFault(TopicExpressionDialectUnknownFaultType fault)
                                                                                throws WSNotificationException
Create an instance of JAXBElement<TopicExpressionDialectUnknownFaultType>}

Parameters:
fault - the TopicExpressionDialectUnknownFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<TopicExpressionDialectUnknownFaultType>} representation
Throws:
WSNotificationException

createTopicNotSupportedFaultType

public abstract TopicNotSupportedFaultType createTopicNotSupportedFaultType()
                                                                     throws WSNotificationException
create an instance of the TopicNotSupportedFaultType class

Returns:
a new TopicNotSupportedFaultType object
Throws:
WSNotificationException

createTopicNotSupportedFault

public abstract javax.xml.bind.JAXBElement<?> createTopicNotSupportedFault(TopicNotSupportedFaultType fault)
                                                                    throws WSNotificationException
Create an instance of JAXBElement<TopicNotSupportedFaultType>}

Parameters:
fault - the TopicNotSupportedFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<TopicNotSupportedFaultType>} representation
Throws:
WSNotificationException

createUnableToCreatePullPointFaultType

public abstract UnableToCreatePullPointFaultType createUnableToCreatePullPointFaultType()
                                                                                 throws WSNotificationException
create an instance of the UnableToCreatePullPointFaultType class

Returns:
a new UnableToCreatePullPointFaultType object
Throws:
WSNotificationException

createUnableToCreatePullPointFault

public abstract javax.xml.bind.JAXBElement<?> createUnableToCreatePullPointFault(UnableToCreatePullPointFaultType fault)
                                                                          throws WSNotificationException
Create an instance of JAXBElement<UnableToCreatePullPointFaultType>}

Parameters:
fault - the UnableToCreatePullPointFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<UnableToCreatePullPointFaultType>} representation
Throws:
WSNotificationException

createUnableToDestroyPullPointFaultType

public abstract UnableToDestroyPullPointFaultType createUnableToDestroyPullPointFaultType()
                                                                                   throws WSNotificationException
create an instance of the UnableToDestroyPullPointFaultType class

Returns:
a new UnableToDestroyPullPointFaultType object
Throws:
WSNotificationException

createUnableToDestroyPullPointFault

public abstract javax.xml.bind.JAXBElement<?> createUnableToDestroyPullPointFault(UnableToDestroyPullPointFaultType fault)
                                                                           throws WSNotificationException
Create an instance of JAXBElement<UnableToDestroyPullPointFaultType>}

Parameters:
fault - the UnableToDestroyPullPointFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<UnableToDestroyPullPointFaultType>} representation
Throws:
WSNotificationException

createUnableToDestroySubscriptionFaultType

public abstract UnableToDestroySubscriptionFaultType createUnableToDestroySubscriptionFaultType()
                                                                                         throws WSNotificationException
create an instance of the UnableToDestroySubscriptionFaultType class

Returns:
a new UnableToDestroySubscriptionFaultType object
Throws:
WSNotificationException

createUnableToDestroySubscriptionFault

public abstract javax.xml.bind.JAXBElement<?> createUnableToDestroySubscriptionFault(UnableToDestroySubscriptionFaultType fault)
                                                                              throws WSNotificationException
Create an instance of JAXBElement<UnableToDestroySubscriptionFaultType>}

Parameters:
fault - the UnableToDestroySubscriptionFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<UnableToDestroySubscriptionFaultType>} representation
Throws:
WSNotificationException

createUnableToGetMessagesFaultType

public abstract UnableToGetMessagesFaultType createUnableToGetMessagesFaultType()
                                                                         throws WSNotificationException
create an instance of the UnableToGetMessagesFaultType class

Returns:
a new UnableToGetMessagesFaultType object
Throws:
WSNotificationException

createUnableToGetMessagesFault

public abstract javax.xml.bind.JAXBElement<?> createUnableToGetMessagesFault(UnableToGetMessagesFaultType fault)
                                                                      throws WSNotificationException
Create an instance of JAXBElement<UnableToGetMessagesFaultType>}

Parameters:
fault - the UnableToGetMessagesFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<UnableToGetMessagesFaultType>} representation
Throws:
WSNotificationException

createUnacceptableInitialTerminationTimeFaultType

public abstract UnacceptableInitialTerminationTimeFaultType createUnacceptableInitialTerminationTimeFaultType()
                                                                                                       throws WSNotificationException
create an instance of the UnacceptableInitialTerminationTimeFaultType class

Returns:
a new UnacceptableInitialTerminationTimeFaultType object
Throws:
WSNotificationException

createUnacceptableInitialTerminationTimeFault

public abstract javax.xml.bind.JAXBElement<?> createUnacceptableInitialTerminationTimeFault(UnacceptableInitialTerminationTimeFaultType fault)
                                                                                     throws WSNotificationException
Create an instance of JAXBElement<UnacceptableInitialTerminationTimeFaultType>}

Parameters:
fault - the UnacceptableInitialTerminationTimeFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<UnacceptableInitialTerminationTimeFaultType>} representation
Throws:
WSNotificationException

createUnacceptableTerminationTimeFaultType

public abstract UnacceptableTerminationTimeFaultType createUnacceptableTerminationTimeFaultType()
                                                                                         throws WSNotificationException
create an instance of the UnacceptableTerminationTimeFaultType class

Returns:
a new UnacceptableTerminationTimeFaultType object
Throws:
WSNotificationException

createUnacceptableTerminationTimeFault

public abstract javax.xml.bind.JAXBElement<?> createUnacceptableTerminationTimeFault(UnacceptableTerminationTimeFaultType fault)
                                                                              throws WSNotificationException
Create an instance of JAXBElement<UnacceptableTerminationTimeFaultType>}

Parameters:
fault - the UnacceptableTerminationTimeFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<UnacceptableTerminationTimeFaultType>} representation
Throws:
WSNotificationException

createUnrecognizedPolicyRequestFaultType

public abstract UnrecognizedPolicyRequestFaultType createUnrecognizedPolicyRequestFaultType()
                                                                                     throws WSNotificationException
create an instance of the UnrecognizedPolicyRequestFaultType class

Returns:
a new UnrecognizedPolicyRequestFaultType object
Throws:
WSNotificationException

createUnrecognizedPolicyRequestFault

public abstract javax.xml.bind.JAXBElement<?> createUnrecognizedPolicyRequestFault(UnrecognizedPolicyRequestFaultType fault)
                                                                            throws WSNotificationException
Create an instance of JAXBElement<UnrecognizedPolicyRequestFaultType>}

Parameters:
fault - the UnrecognizedPolicyRequestFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<UnrecognizedPolicyRequestFaultType>} representation
Throws:
WSNotificationException

createUnsupportedPolicyRequestFaultType

public abstract UnsupportedPolicyRequestFaultType createUnsupportedPolicyRequestFaultType()
                                                                                   throws WSNotificationException
create an instance of the UnsupportedPolicyRequestFaultType class

Returns:
a new UnsupportedPolicyRequestFaultType object
Throws:
WSNotificationException

createUnsupportedPolicyRequestFault

public abstract javax.xml.bind.JAXBElement<?> createUnsupportedPolicyRequestFault(UnsupportedPolicyRequestFaultType fault)
                                                                           throws WSNotificationException
Create an instance of JAXBElement<UnsupportedPolicyRequestFaultType>}

Parameters:
fault - the UnsupportedPolicyRequestFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<UnsupportedPolicyRequestFaultType>} representation
Throws:
WSNotificationException

createRegisterPublisher

public abstract RegisterPublisher createRegisterPublisher()
                                                   throws WSNotificationException
create an instance of the RegisterPublisher class

Returns:
a new RegisterPublisher object
Throws:
WSNotificationException

createRegisterPublisherResponse

public abstract RegisterPublisherResponse createRegisterPublisherResponse()
                                                                   throws WSNotificationException
create an instance of the RegisterPublisherResponse class

Returns:
a new RegisterPublisherResponse object
Throws:
WSNotificationException

createDestroyRegistration

public abstract DestroyRegistration createDestroyRegistration()
                                                       throws WSNotificationException
create an instance of the DestroyRegistration class

Returns:
a new DestroyRegistration object
Throws:
WSNotificationException

createDestroyRegistrationResponse

public abstract DestroyRegistrationResponse createDestroyRegistrationResponse()
                                                                       throws WSNotificationException
create an instance of the DestroyRegistrationResponse class

Returns:
a new DestroyRegistrationResponse object
Throws:
WSNotificationException

createPublisherRegistrationRP

public abstract PublisherRegistrationRP createPublisherRegistrationRP()
                                                               throws WSNotificationException
create an instance of the PublisherRegistrationRP class

Returns:
a new PublisherRegistrationRP object
Throws:
WSNotificationException

createPublisherRegistrationRejectedFaultType

public abstract PublisherRegistrationRejectedFaultType createPublisherRegistrationRejectedFaultType()
                                                                                             throws WSNotificationException
create an instance of the PublisherRegistrationRejectedFaultType class

Returns:
a new PublisherRegistrationRejectedFaultType object
Throws:
WSNotificationException

createPublisherRegistrationRejectedFault

public abstract javax.xml.bind.JAXBElement<?> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType fault)
                                                                                throws WSNotificationException
Create an instance of JAXBElement<PublisherRegistrationFailedFaultType>}

Parameters:
fault - the PublisherRegistrationFailedFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<PublisherRegistrationRejectedFaultType>} representation
Throws:
WSNotificationException

createPublisherRegistrationFailedFaultType

public abstract PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
                                                                                         throws WSNotificationException
create an instance of the PublisherRegistrationFailedFaultType class

Returns:
a new PublisherRegistrationFailedFaultType object
Throws:
WSNotificationException

createPublisherRegistrationFailedFault

public abstract javax.xml.bind.JAXBElement<?> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType fault)
                                                                              throws WSNotificationException
Create an instance of JAXBElement<PublisherRegistrationFailedFaultType>}

Parameters:
fault - the PublisherRegistrationFailedFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<PublisherRegistrationFailedFaultType>} representation
Throws:
WSNotificationException

createResourceNotDestroyedFaultType

public abstract ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
                                                                           throws WSNotificationException
create an instance of the ResourceNotDestroyedFaultType class

Returns:
a new ResourceNotDestroyedFaultType object
Throws:
WSNotificationException

createResourceNotDestroyedFault

public abstract javax.xml.bind.JAXBElement<?> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType fault)
                                                                       throws WSNotificationException
Create an instance of JAXBElement<ResourceNotDestroyedFaultType>}

Parameters:
fault - the ResourceNotDestroyedFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<ResourceNotDestroyedFaultType>} representation
Throws:
WSNotificationException

createTopicType

public abstract TopicType createTopicType()
                                   throws WSNotificationException
create an instance of the TopicType class

Returns:
a new TopicType object
Throws:
WSNotificationException

createTopicNamespaceType

public abstract TopicNamespaceType createTopicNamespaceType()
                                                     throws WSNotificationException
create an instance of the TopicNamespaceType class

Returns:
a new TopicNamespaceType object
Throws:
WSNotificationException

createBaseFaultType

public abstract BaseFaultType createBaseFaultType()
                                           throws WSNotificationException
create an instance of the BaseFaultType class

Returns:
a new BaseFaultType object
Throws:
WSNotificationException

createBaseFaultDescriptionType

public abstract BaseFaultDescriptionType createBaseFaultDescriptionType()
                                                                 throws WSNotificationException
create an instance of the BaseFaultDescriptionType class

Returns:
a new BaseFaultDescriptionType object
Throws:
WSNotificationException

createResourceUnknownFaultType

public abstract ResourceUnknownFaultType createResourceUnknownFaultType()
                                                                 throws WSNotificationException
create an instance of the ResourceUnknownFaultType class

Returns:
a new ResourceUnknownFaultType object
Throws:
WSNotificationException

createResourceUnknownFault

public abstract javax.xml.bind.JAXBElement<?> createResourceUnknownFault(ResourceUnknownFaultType fault)
                                                                  throws WSNotificationException
Create an instance of JAXBElement<ResourceUnknownFaultType>}

Parameters:
fault - the ResourceUnknownFaultType object to "convert to" JAXBElement
Returns:
a JAXBElement<ResourceUnknownFaultType>} representation
Throws:
WSNotificationException


Copyright © 2009 eBM Websourcing. All Rights Reserved.