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

All Known Implementing Classes:
XmlBeansTopicExpression

public interface TopicExpression

Java representation of the wsnt:TopicExpressionType XML schema type.

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

Method Summary
 java.lang.Object getContent()
          Returns the content of this topic expression (typically a String).
 java.net.URI getDialect()
          Returns the dialect of this topic expression.
 java.lang.Object getNamespaceContext()
          Returns a namespace context that can be used to resolve prefixes within this query expression's content.
 

Method Detail

getDialect

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


getContent

public java.lang.Object getContent()
Returns the content of this topic expression (typically a String).


getNamespaceContext

public java.lang.Object getNamespaceContext()
Returns a namespace context that can be used to resolve prefixes within this query expression's content.



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