org.apache.ws.notification.topics.v2004_06
Class AbstractTopicExpression

java.lang.Object
  extended byorg.apache.ws.notification.topics.v2004_06.AbstractTopicExpression
All Implemented Interfaces:
Filter

public abstract class AbstractTopicExpression
extends java.lang.Object
implements Filter

Provides an Abstract base class for TopicExpressions

Author:
Ian Springer (ian DOT springer AT hp DOT com)

Constructor Summary
AbstractTopicExpression(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topicExprXBean)
          Creates a new AbstractTopicExpression object.
 
Method Summary
 java.net.URI getDialect()
          Returna the URI for the dialect associated with this topic expression
 java.lang.Object getExpression()
          Returns the expression object associated with this topic expression.
 
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
getURI
 

Constructor Detail

AbstractTopicExpression

public AbstractTopicExpression(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topicExprXBean)
Creates a new AbstractTopicExpression object.

Parameters:
topicExprXBean - DOCUMENT_ME
Method Detail

getDialect

public java.net.URI getDialect()
Returna the URI for the dialect associated with this topic expression

Returns:
dialect URI

getExpression

public java.lang.Object getExpression()
Returns the expression object associated with this topic expression.

Specified by:
getExpression in interface Filter
Returns:
expression object.


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