org.apache.ws.pubsub
Class TopicFilter

java.lang.Object
  extended byorg.apache.ws.pubsub.AbstractFilter
      extended byorg.apache.ws.pubsub.TopicFilter
All Implemented Interfaces:
Filter

public class TopicFilter
extends AbstractFilter
implements Filter

Author:
Stefan Lischke

Constructor Summary
TopicFilter(org.w3c.dom.Node content, java.net.URI dialect)
           
TopicFilter(java.lang.String filter)
           
TopicFilter(Topic t)
           
 
Method Summary
 java.lang.String getNameSpace()
           
 
Methods inherited from class org.apache.ws.pubsub.AbstractFilter
getExpression, getURI, setContent, setURI, setURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.pubsub.Filter
getExpression, getURI
 

Constructor Detail

TopicFilter

public TopicFilter(Topic t)

TopicFilter

public TopicFilter(java.lang.String filter)

TopicFilter

public TopicFilter(org.w3c.dom.Node content,
                   java.net.URI dialect)
Method Detail

getNameSpace

public java.lang.String getNameSpace()


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.