de.fzj.unicore.wsrflite.xmlbeans.wsn.util
Class SimpleTopic

java.lang.Object
  extended by de.fzj.unicore.wsrflite.xmlbeans.wsn.util.SimpleTopic
All Implemented Interfaces:
WSNConstants

public class SimpleTopic
extends Object
implements WSNConstants


Field Summary
 
Fields inherited from interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
BW_BASENS, RPFixedTopicSet, RPTopicExpression, RPTopicExpressionDialect, RPTopicSet, SIMPLE_TOPIC, WSN_CHANNEL, XPATH_URI
 
Method Summary
static QName extractQName(org.oasisOpen.docs.wsn.b2.TopicExpressionType t)
           
static org.oasisOpen.docs.wsn.b2.TopicDocument makeTopic(QName qn)
          Create a simple topic from a qname (Topics are published by the Notification producer)
static org.oasisOpen.docs.wsn.b2.TopicExpressionDocument makeTopicExpression(QName qn)
          Make a TopicExpression document (used when subscribing)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeTopic

public static org.oasisOpen.docs.wsn.b2.TopicDocument makeTopic(QName qn)
Create a simple topic from a qname (Topics are published by the Notification producer)

Parameters:
qname -
Returns:

makeTopicExpression

public static org.oasisOpen.docs.wsn.b2.TopicExpressionDocument makeTopicExpression(QName qn)
Make a TopicExpression document (used when subscribing)

Parameters:
qn -
Returns:

extractQName

public static QName extractQName(org.oasisOpen.docs.wsn.b2.TopicExpressionType t)


Copyright © 2010. All Rights Reserved.