* @throws Exception DOCUMENT_ME
*/
protected void setUp( )
throws Exception
{
m_topicNsRegistry = new TopicNamespaceRegistry( );
XmlObject topicNsXBean =
XmlObject.Factory.parse( this.getClass( ).getClassLoader( ).getResourceAsStream( "org/apache/ws/notification/test-topicSpace.xml" ) );
TopicNamespace topicNs =
TopicsTypeReader.newInstance( TopicsConstants.NSURI_WSTOP_SCHEMA ).toTopicNamespace( topicNsXBean );