private TopicExpressionType getExistingTopic( String namespace,
String name )
throws InvalidResourcePropertyQNameFaultException,
Exception
{
TopicDocument doc = TopicDocument.Factory.newInstance( );
TopicExpressionType topic = doc.addNewTopic( );
XmlBeansUtils.setupTopicExpressionType( namespace, name, topic );
ResourcePropertiesManager rp_mgr = this.getPropertiesManager( );
SOAPElement[] wsntTopics =
rp_mgr.getResourceProperty( BaseNotification10Constants.RESOURCE_PROP_QNAME_TOPIC );