com.ebmwebsourcing.wsstar.notification.definition.basenotification.api
Interface FilterType

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
FilterTypeImpl

public interface FilterType
extends org.ow2.easywsdl.schema.api.XMLElement


Method Summary
 void addMessageContent(QueryExpressionType messageContent)
           
 java.util.List<QueryExpressionType> getMessageContentList()
           
 TopicExpressionType getTopicExpression()
           
 void setTopicExpression(TopicExpressionType topicExpr)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getTopicExpression

TopicExpressionType getTopicExpression()
                                       throws WSNotificationException
Throws:
WSNotificationException

setTopicExpression

void setTopicExpression(TopicExpressionType topicExpr)
                        throws WSNotificationException
Throws:
WSNotificationException

getMessageContentList

java.util.List<QueryExpressionType> getMessageContentList()
                                                          throws WSNotificationException
Throws:
WSNotificationException

addMessageContent

void addMessageContent(QueryExpressionType messageContent)
                       throws WSNotificationException
Throws:
WSNotificationException


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