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


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

getContent

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


getDialect

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


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.