|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.notification.definition.WSNotificationFactory
public abstract class WSNotificationFactory
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
| Field Summary | |
|---|---|
protected ObjectFactory |
wsnbFactory
|
protected ObjectFactory |
wsnbrFactory
|
protected ObjectFactory |
wsrfbfFactory
|
protected ObjectFactory |
wsrfrwFactory
|
protected ObjectFactory |
wstopFactory
|
| Constructor Summary | |
|---|---|
protected |
WSNotificationFactory()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ObjectFactory wsnbFactory
protected ObjectFactory wsnbrFactory
protected ObjectFactory wstopFactory
protected ObjectFactory wsrfbfFactory
protected ObjectFactory wsrfrwFactory
| Constructor Detail |
|---|
protected WSNotificationFactory()
| Method Detail |
|---|
public static WSNotificationFactory getInstance()
WSNotificationFactory class. Getting this object type is the first step to build
all others "WS-Notification paradigm objects" and Reader/Writer objects.
public abstract javax.xml.bind.JAXBElement<java.lang.String> createStringJaxbElt(javax.xml.namespace.QName qname,
java.lang.String value)
JAXBElement<String>}
The "conversion" from String to JAXBElement
qname - the QName part of the JAXBElementvalue - the string value to "convert"
JAXBElement<String>} representation
public abstract Subscribe createSubscribe()
throws WSNotificationException
Subscribe class
Subscribe object
WSNotificationException
public abstract SubscribeResponse createSubscribeResponse()
throws WSNotificationException
SubscribeResponse class
SubscribeResponse object
WSNotificationException
public abstract Unsubscribe createUnsubscribe()
throws WSNotificationException
Unsubscribe class
Unsubscribe object
WSNotificationException
public abstract UnsubscribeResponse createUnsubscribeResponse()
throws WSNotificationException
UnsubscribeResponse class
UnsubscribeResponse
WSNotificationException
public abstract SubscriptionManagerRP createSubscriptionManagerRP()
throws WSNotificationException
SubscriptionManagerRP class
SubscriptionManagerRP object
WSNotificationException
public abstract SubscriptionPolicyType createSubscriptionPolicyType()
throws WSNotificationException
SubscriptionPolicyType class
SubscriptionPolicyType object
WSNotificationException
public abstract Notify createNotify()
throws WSNotificationException
Notify class
Notify object
WSNotificationException
public abstract NotificationMessageHolderType createNotificationMessageHolderType()
throws WSNotificationException
NotificationMessageHolderType class
NotificationMessageHolderType object
WSNotificationException
public abstract Message createMessage()
throws WSNotificationException
SubscriptionManagerRP class
SubscriptionManagerRP object
WSNotificationException
public abstract TopicExpressionType createTopicExpressionType()
throws WSNotificationException
TopicExpressionType class
TopicExpressionType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createTopicExpressionType(TopicExpressionType value)
throws WSNotificationException
JAXBElement<TopicExpressionType>}
value - the TopicExpressionType object to "convert to" JAXBElement
JAXBElement<TopicExpressionType>} representation
WSNotificationException
public abstract QueryExpressionType createQueryExpressionType()
throws WSNotificationException
QueryExpressionType class
QueryExpressionType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createMessageContent(QueryExpressionType value)
throws WSNotificationException
JAXBElement<QueryExpressionType>}
value - the QueryExpressionType object to "convert to" JAXBElement
JAXBElement<QueryExpressionType>} representation
WSNotificationException
public abstract FilterType createFiltertype()
throws WSNotificationException
FilterType class
FilterType object
WSNotificationException
public abstract InvalidFilterFaultType createInvalidFilterFaultType()
throws WSNotificationException
InvalidFilterFaultType class
InvalidFilterFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createInvalidFilterFault(InvalidFilterFaultType fault)
throws WSNotificationException
JAXBElement<InvalidFilterFaultType>}
fault - the InvalidFilterFaultType object to "convert to" JAXBElement
JAXBElement<InvalidFilterFaultType>} representation
WSNotificationException
public abstract InvalidMessageContentExpressionFaultType createInvalidMessageContentExpressionFaultType()
throws WSNotificationException
InvalidMessageContentExpressionFaultType class
InvalidMessageContentExpressionFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createInvalidMessageContentExpressionFault(InvalidMessageContentExpressionFaultType fault)
throws WSNotificationException
JAXBElement<InvalidMessageContentExpressionFaultType>}
fault - the InvalidMessageContentExpressionFaultType object to "convert to" JAXBElement
JAXBElement<InvalidMessageContentExpressionFaultType>} representation
WSNotificationException
public abstract InvalidProducerPropertiesExpressionFaultType createInvalidProducerPropertiesExpressionFaultType()
throws WSNotificationException
InvalidProducerPropertiesExpressionFaultType class
InvalidProducerPropertiesExpressionFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createInvalidProducerPropertiesExpressionFault(InvalidProducerPropertiesExpressionFaultType fault)
throws WSNotificationException
JAXBElement<InvalidProducerPropertiesExpressionFaultType>}
fault - the InvalidProducerPropertiesExpressionFaultType object to "convert to" JAXBElement
JAXBElement<InvalidProducerPropertiesExpressionFaultType>} representation
WSNotificationException
public abstract InvalidTopicExpressionFaultType createInvalidTopicExpressionFaultType()
throws WSNotificationException
InvalidTopicExpressionFaultType class
InvalidTopicExpressionFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createInvalidTopicExpressionFault(InvalidTopicExpressionFaultType fault)
throws WSNotificationException
JAXBElement<InvalidTopicExpressionFaultType>}
fault - the InvalidTopicExpressionFaultType object to "convert to" JAXBElement
JAXBElement<InvalidTopicExpressionFaultType>} representation
WSNotificationException
public abstract MultipleTopicsSpecifiedFaultType createMultipleTopicsSpecifiedFaultType()
throws WSNotificationException
MultipleTopicsSpecifiedFaultType class
MultipleTopicsSpecifiedFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createMultipleTopicsSpecifiedFault(MultipleTopicsSpecifiedFaultType fault)
throws WSNotificationException
JAXBElement<MultipleTopicsSpecifiedFaultType>}
fault - the MultipleTopicsSpecifiedFaultType object to "convert to" JAXBElement
JAXBElement<MultipleTopicsSpecifiedFaultType>} representation
WSNotificationException
public abstract NoCurrentMessageOnTopicFaultType createNoCurrentMessageOnTopicFaultType()
throws WSNotificationException
NoCurrentMessageOnTopicFaultType class
NoCurrentMessageOnTopicFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createNoCurrentMessageOnTopicFault(NoCurrentMessageOnTopicFaultType fault)
throws WSNotificationException
JAXBElement<NoCurrentMessageOnTopicFaultType>}
fault - the NoCurrentMessageOnTopicFaultType object to "convert to" JAXBElement
JAXBElement<NoCurrentMessageOnTopicFaultType>} representation
WSNotificationException
public abstract NotifyMessageNotSupportedFaultType createNotifyMessageNotSupportedFaultType()
throws WSNotificationException
NotifyMessageNotSupportedFaultType class
NotifyMessageNotSupportedFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createNotifyMessageNotSupportedFault(NotifyMessageNotSupportedFaultType fault)
throws WSNotificationException
JAXBElement<NotifyMessageNotSupportedFaultType>}
fault - the NotifyMessageNotSupportedFaultType object to "convert to" JAXBElement
JAXBElement<NotifyMessageNotSupportedFaultType>} representation
WSNotificationException
public abstract PauseFailedFaultType createPauseFailedFaultType()
throws WSNotificationException
PauseFailedFaultType class
PauseFailedFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createPauseFailedFault(PauseFailedFaultType fault)
throws WSNotificationException
JAXBElement<PauseFailedFaultType>}
fault - the PauseFailedFaultType object to "convert to" JAXBElement
JAXBElement<com.ebmwebsourcing.wsstar.notification.definition.brokered.PauseFailedFaultType >} representation
WSNotificationException
public abstract ResumeFailedFaultType createResumeFailedFaultType()
throws WSNotificationException
ResumeFailedFaultType class
ResumeFailedFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createResumeFailedFault(ResumeFailedFaultType fault)
throws WSNotificationException
JAXBElement<ResumeFailedFaultType>}
fault - the ResumeFailedFaultType object to "convert to" JAXBElement
JAXBElement<ResumeFailedFaultType>} representation
WSNotificationException
public abstract SubscribeCreationFailedFaultType createSubscribeCreationFailedFaultType()
throws WSNotificationException
SubscribeCreationFailedFaultType class
SubscribeCreationFailedFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createSubscribeCreationFailedFault(SubscribeCreationFailedFaultType fault)
throws WSNotificationException
JAXBElement<SubscribeCreationFailedFaultType>}
fault - the SubscribeCreationFailedFaultType object to "convert to" JAXBElement
JAXBElement<SubscribeCreationFailedFaultType>} representation
WSNotificationException
public abstract TopicExpressionDialectUnknownFaultType createTopicExpressionDialectUnknownFaultType()
throws WSNotificationException
TopicExpressionDialectUnknownFaultType class
TopicExpressionDialectUnknownFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createTopicExpressionDialectUnknownFault(TopicExpressionDialectUnknownFaultType fault)
throws WSNotificationException
JAXBElement<TopicExpressionDialectUnknownFaultType>}
fault - the TopicExpressionDialectUnknownFaultType object to "convert to" JAXBElement
JAXBElement<TopicExpressionDialectUnknownFaultType>} representation
WSNotificationException
public abstract TopicNotSupportedFaultType createTopicNotSupportedFaultType()
throws WSNotificationException
TopicNotSupportedFaultType class
TopicNotSupportedFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createTopicNotSupportedFault(TopicNotSupportedFaultType fault)
throws WSNotificationException
JAXBElement<TopicNotSupportedFaultType>}
fault - the TopicNotSupportedFaultType object to "convert to" JAXBElement
JAXBElement<TopicNotSupportedFaultType>} representation
WSNotificationException
public abstract UnableToCreatePullPointFaultType createUnableToCreatePullPointFaultType()
throws WSNotificationException
UnableToCreatePullPointFaultType class
UnableToCreatePullPointFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createUnableToCreatePullPointFault(UnableToCreatePullPointFaultType fault)
throws WSNotificationException
JAXBElement<UnableToCreatePullPointFaultType>}
fault - the UnableToCreatePullPointFaultType object to "convert to" JAXBElement
JAXBElement<UnableToCreatePullPointFaultType>} representation
WSNotificationException
public abstract UnableToDestroyPullPointFaultType createUnableToDestroyPullPointFaultType()
throws WSNotificationException
UnableToDestroyPullPointFaultType class
UnableToDestroyPullPointFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createUnableToDestroyPullPointFault(UnableToDestroyPullPointFaultType fault)
throws WSNotificationException
JAXBElement<UnableToDestroyPullPointFaultType>}
fault - the UnableToDestroyPullPointFaultType object to "convert to" JAXBElement
JAXBElement<UnableToDestroyPullPointFaultType>} representation
WSNotificationException
public abstract UnableToDestroySubscriptionFaultType createUnableToDestroySubscriptionFaultType()
throws WSNotificationException
UnableToDestroySubscriptionFaultType class
UnableToDestroySubscriptionFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createUnableToDestroySubscriptionFault(UnableToDestroySubscriptionFaultType fault)
throws WSNotificationException
JAXBElement<UnableToDestroySubscriptionFaultType>}
fault - the UnableToDestroySubscriptionFaultType object to "convert to" JAXBElement
JAXBElement<UnableToDestroySubscriptionFaultType>} representation
WSNotificationException
public abstract UnableToGetMessagesFaultType createUnableToGetMessagesFaultType()
throws WSNotificationException
UnableToGetMessagesFaultType class
UnableToGetMessagesFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createUnableToGetMessagesFault(UnableToGetMessagesFaultType fault)
throws WSNotificationException
JAXBElement<UnableToGetMessagesFaultType>}
fault - the UnableToGetMessagesFaultType object to "convert to" JAXBElement
JAXBElement<UnableToGetMessagesFaultType>} representation
WSNotificationException
public abstract UnacceptableInitialTerminationTimeFaultType createUnacceptableInitialTerminationTimeFaultType()
throws WSNotificationException
UnacceptableInitialTerminationTimeFaultType class
UnacceptableInitialTerminationTimeFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createUnacceptableInitialTerminationTimeFault(UnacceptableInitialTerminationTimeFaultType fault)
throws WSNotificationException
JAXBElement<UnacceptableInitialTerminationTimeFaultType>}
fault - the UnacceptableInitialTerminationTimeFaultType object to "convert to" JAXBElement
JAXBElement<UnacceptableInitialTerminationTimeFaultType>} representation
WSNotificationException
public abstract UnacceptableTerminationTimeFaultType createUnacceptableTerminationTimeFaultType()
throws WSNotificationException
UnacceptableTerminationTimeFaultType class
UnacceptableTerminationTimeFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createUnacceptableTerminationTimeFault(UnacceptableTerminationTimeFaultType fault)
throws WSNotificationException
JAXBElement<UnacceptableTerminationTimeFaultType>}
fault - the UnacceptableTerminationTimeFaultType object to "convert to" JAXBElement
JAXBElement<UnacceptableTerminationTimeFaultType>} representation
WSNotificationException
public abstract UnrecognizedPolicyRequestFaultType createUnrecognizedPolicyRequestFaultType()
throws WSNotificationException
UnrecognizedPolicyRequestFaultType class
UnrecognizedPolicyRequestFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createUnrecognizedPolicyRequestFault(UnrecognizedPolicyRequestFaultType fault)
throws WSNotificationException
JAXBElement<UnrecognizedPolicyRequestFaultType>}
fault - the UnrecognizedPolicyRequestFaultType object to "convert to" JAXBElement
JAXBElement<UnrecognizedPolicyRequestFaultType>} representation
WSNotificationException
public abstract UnsupportedPolicyRequestFaultType createUnsupportedPolicyRequestFaultType()
throws WSNotificationException
UnsupportedPolicyRequestFaultType class
UnsupportedPolicyRequestFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createUnsupportedPolicyRequestFault(UnsupportedPolicyRequestFaultType fault)
throws WSNotificationException
JAXBElement<UnsupportedPolicyRequestFaultType>}
fault - the UnsupportedPolicyRequestFaultType object to "convert to" JAXBElement
JAXBElement<UnsupportedPolicyRequestFaultType>} representation
WSNotificationException
public abstract RegisterPublisher createRegisterPublisher()
throws WSNotificationException
RegisterPublisher class
RegisterPublisher object
WSNotificationException
public abstract RegisterPublisherResponse createRegisterPublisherResponse()
throws WSNotificationException
RegisterPublisherResponse class
RegisterPublisherResponse object
WSNotificationException
public abstract DestroyRegistration createDestroyRegistration()
throws WSNotificationException
DestroyRegistration class
DestroyRegistration object
WSNotificationException
public abstract DestroyRegistrationResponse createDestroyRegistrationResponse()
throws WSNotificationException
DestroyRegistrationResponse class
DestroyRegistrationResponse object
WSNotificationException
public abstract PublisherRegistrationRP createPublisherRegistrationRP()
throws WSNotificationException
PublisherRegistrationRP class
PublisherRegistrationRP object
WSNotificationException
public abstract PublisherRegistrationRejectedFaultType createPublisherRegistrationRejectedFaultType()
throws WSNotificationException
PublisherRegistrationRejectedFaultType class
PublisherRegistrationRejectedFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType fault)
throws WSNotificationException
JAXBElement<PublisherRegistrationFailedFaultType>}
fault - the PublisherRegistrationFailedFaultType object to "convert to" JAXBElement
JAXBElement<PublisherRegistrationRejectedFaultType>} representation
WSNotificationException
public abstract PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
throws WSNotificationException
PublisherRegistrationFailedFaultType class
PublisherRegistrationFailedFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType fault)
throws WSNotificationException
JAXBElement<PublisherRegistrationFailedFaultType>}
fault - the PublisherRegistrationFailedFaultType object to "convert to" JAXBElement
JAXBElement<PublisherRegistrationFailedFaultType>} representation
WSNotificationException
public abstract ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
throws WSNotificationException
ResourceNotDestroyedFaultType class
ResourceNotDestroyedFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType fault)
throws WSNotificationException
JAXBElement<ResourceNotDestroyedFaultType>}
fault - the ResourceNotDestroyedFaultType object to "convert to" JAXBElement
JAXBElement<ResourceNotDestroyedFaultType>} representation
WSNotificationException
public abstract TopicType createTopicType()
throws WSNotificationException
TopicType class
TopicType object
WSNotificationException
public abstract TopicNamespaceType createTopicNamespaceType()
throws WSNotificationException
TopicNamespaceType class
TopicNamespaceType object
WSNotificationException
public abstract BaseFaultType createBaseFaultType()
throws WSNotificationException
BaseFaultType class
BaseFaultType object
WSNotificationException
public abstract BaseFaultDescriptionType createBaseFaultDescriptionType()
throws WSNotificationException
BaseFaultDescriptionType class
BaseFaultDescriptionType object
WSNotificationException
public abstract ResourceUnknownFaultType createResourceUnknownFaultType()
throws WSNotificationException
ResourceUnknownFaultType class
ResourceUnknownFaultType object
WSNotificationException
public abstract javax.xml.bind.JAXBElement<?> createResourceUnknownFault(ResourceUnknownFaultType fault)
throws WSNotificationException
JAXBElement<ResourceUnknownFaultType>}
fault - the ResourceUnknownFaultType object to "convert to" JAXBElement
JAXBElement<ResourceUnknownFaultType>} representation
WSNotificationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||