TopicSpaceSet topicSpaceSet = resource.getTopicSpaceSet();
return topicSpaceSet.evaluateTopicExpression( topicExpr );
}
catch ( TopicPathDialectUnknownException tpdue )
{
throw new TopicPathDialectUnknownFaultException( NAMESPACE_SET,
tpdue.getLocalizedMessage() );
}
catch ( TopicExpressionException tee )
{
throw new BaseFaultException( NAMESPACE_SET, tee.getLocalizedMessage() );