com.ebmwebsourcing.wsstar.notification.definition.basefaults.api
Interface BaseFaultType
- All Superinterfaces:
- org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
- All Known Subinterfaces:
- InvalidFilterFaultType, InvalidMessageContentExpressionFaultType, InvalidProducerPropertiesExpressionFaultType, InvalidTopicExpressionFaultType, MultipleTopicsSpecifiedFaultType, NoCurrentMessageOnTopicFaultType, NotifyMessageNotSupportedFaultType, PauseFailedFaultType, PublisherRegistrationFailedFaultType, PublisherRegistrationRejectedFaultType, ResourceNotDestroyedFaultType, ResourceUnknownFaultType, ResumeFailedFaultType, SubscribeCreationFailedFaultType, TopicExpressionDialectUnknownFaultType, TopicNotSupportedFaultType, UnableToCreatePullPointFaultType, UnableToDestroyPullPointFaultType, UnableToDestroySubscriptionFaultType, UnableToGetMessagesFaultType, UnacceptableInitialTerminationTimeFaultType, UnacceptableTerminationTimeFaultType, UnrecognizedPolicyRequestFaultType, UnsupportedPolicyRequestFaultType
- All Known Implementing Classes:
- BaseFaultTypeImpl, InvalidFilterFaultTypeImpl, InvalidMessageContentExpressionFaultTypeImpl, InvalidProducerPropertiesExpressionFaultTypeImpl, InvalidTopicExpressionFaultTypeImpl, MultipleTopicsSpecifiedFaultTypeImpl, NoCurrentMessageOnTopicFaultTypeImpl, NotifyMessageNotSupportedFaultTypeImpl, PauseFailedFaultTypeImpl, PublisherRegistrationFailedFaultTypeImpl, PublisherRegistrationRejectedFaultTypeImpl, ResourceNotDestroyedFaultTypeImpl, ResourceUnknownFaultTypeImpl, ResumeFailedFaultTypeImpl, SubscribeCreationFailedFaultTypeImpl, TopicExpressionDialectUnknownFaultTypeImpl, TopicNotSupportedFaultTypeImpl, UnableToCreatePullPointFaultTypeImpl, UnableToDestroyPullPointFaultTypeImpl, UnableToDestroySubscriptionFaultTypeImpl, UnableToGetMessagesFaultTypeImpl, UnacceptableInitialTerminationTimeFaultTypeImpl, UnacceptableTerminationTimeFaultTypeImpl, UnrecognizedPolicyRequestFaultTypeImpl, UnsupportedPolicyRequestFaultTypeImpl
public interface BaseFaultType
- extends org.ow2.easywsdl.schema.api.SchemaElement
This interface encapsulates the {@code} class which has been generated
by JAXB, using xml the schema "bf-2.xsd" (WS-BaseFaults). Moreover, this encapsulation is based
on EASYWSDL model. See EASYWSDL Library documentation for more details
- Author:
- Thierry Déjean
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
getDescriptionValue
java.lang.String getDescriptionValue()
setDescriptionValue
void setDescriptionValue(java.lang.String value)
throws WSNotificationException
- Throws:
WSNotificationException
getDescriptionLanguage
java.lang.String getDescriptionLanguage()
setDescriptionLanguage
void setDescriptionLanguage(java.lang.String lang)
throws WSNotificationException
- Throws:
WSNotificationException
getTimestamp
javax.xml.datatype.XMLGregorianCalendar getTimestamp()
setTimestamp
void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Copyright © 2009 eBM Websourcing. All Rights Reserved.