*
* @throws SoapFault when the URI cannot be built (probably it is malformed).
*/
private void createQManResourceURI() throws SoapFault
{
WSDMAdapterEnvironment environment = (WSDMAdapterEnvironment) getEnvironment();
String resourceURI = environment.getDefaultURIPrefix()+Names.QMAN_RESOURCE_NAME;
try
{
_resourceURI = URI.create(resourceURI);
} catch(IllegalArgumentException exception)