|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.sib.wsn.Filter
public class Filter
A class which represents the FilterType type in the WS-Notification Base Notification schema.
Field Summary | |
---|---|
protected java.util.List |
messageContentExpressions
The message content expressions in the filter |
protected java.util.List |
otherElements
Custom defined elements in the filter |
protected java.util.List |
producerPropertiesExpressions
The producer properties expressions in the filter |
protected java.util.List |
topicExpressions
The topic expressions in the filter |
Constructor Summary | |
---|---|
Filter()
Default constructor |
Method Summary | |
---|---|
void |
addMessageContentExpression(QueryExpression messageContentExpression)
Add a MessageContent value in the filter |
void |
addOtherSOAPElement(javax.xml.soap.SOAPElement element)
Add a custom SOAPElement to the filter |
void |
addProducerPropertiesExpression(QueryExpression producerPropertiesExpression)
Add a ProducerProperties value in the filter |
void |
addTopicExpression(TopicExpression topicExpression)
Add a TopicExpression value to the filter |
java.util.Iterator |
getMessageContentExpressions()
Get an iterator over all the MessageContent values set in the filter |
java.util.Iterator |
getOtherSOAPElements()
Get an iterator over all the SOAPElements defined in this filter. |
java.util.Iterator |
getProducerPropertiesExpressions()
Get an iterator over all the ProducerProperties values set in the filter |
java.util.Iterator |
getTopicExpressions()
Get an iterator over all the TopicExpression values set in the filter |
void |
removeAllMessageContentExpressions()
Remove all MessageContent values from the filter |
void |
removeAllProducerPropertiesExpressions()
Remove all MessageContent values from the filter |
void |
removeAllTopicExpressions()
Remove all TopicExpression values from the filter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List topicExpressions
protected java.util.List producerPropertiesExpressions
protected java.util.List messageContentExpressions
protected java.util.List otherElements
Constructor Detail |
---|
public Filter()
Method Detail |
---|
public java.util.Iterator getTopicExpressions()
TopicExpression
public void addTopicExpression(TopicExpression topicExpression)
topicExpression
- The TopicExpressionpublic void removeAllTopicExpressions()
public java.util.Iterator getMessageContentExpressions()
QueryExpression
public void addMessageContentExpression(QueryExpression messageContentExpression)
messageContentExpression
- The MessageContent valuepublic void removeAllMessageContentExpressions()
public java.util.Iterator getProducerPropertiesExpressions()
QueryExpression
public void addProducerPropertiesExpression(QueryExpression producerPropertiesExpression)
producerPropertiesExpression
- The ProducerProperties valuepublic void removeAllProducerPropertiesExpressions()
public void addOtherSOAPElement(javax.xml.soap.SOAPElement element)
element
- The SOAPElement to addpublic java.util.Iterator getOtherSOAPElements()
getTopicExpressions()
, getMessageContentExpressions()
and getProducerPropertiesExpressions()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |