org.apache.ws.notification.topics.expression
Interface TopicExpression

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
org.apache.ws.notification.topics.expression.impl.AbstractTopicExpression

public interface TopicExpression
extends java.io.Serializable

Java representation of the wsnt:TopicExpressionType XML schema type.


Method Summary
 java.lang.Object getContent()
          Returns the dialect-dependent content of this topic expression (e.g.
 java.lang.String getDialect()
          Returns the dialect URI of this topic expression.
 

Method Detail

getContent

public java.lang.Object getContent()
Returns the dialect-dependent content of this topic expression (e.g. a QName or a String).


getDialect

public java.lang.String getDialect()
Returns the dialect URI of this topic expression.



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