public CommandResponse execute(Command command, InputStream in, OutputStream out) {
IdentifyCommand identifyCommand = new IdentifyCommand(command);
String our_type = null;
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();