InvokerLocator locator = null;
Identification our_ident;
try {
// from the connector, get the locator URI and find the type parameter in that URI
ConnectorMBean connector = getConnector();
locator = connector.getLocator();
Map locator_params = locator.getParameters();
our_type = (String) locator_params.get(ServiceContainerConfigurationConstants.CONNECTOR_RHQTYPE);
} catch (Exception e) {
return new IdentifyCommandResponse(identifyCommand, e);
}