final BrokerContact contact;
try {
final EndpointReferenceType epr =
this.home.createNewResource(callerDn, expectInjections);
final ResourceKey resourceKey = this.home.getResourceKey(epr);
final String contextId = resourceKey.toString();
rawId = (String) resourceKey.getValue();
contact = new BrokerContact(this.home.getBrokerURL(),
contextId, this.home.getContextSecret(epr));
} catch (ContextBrokerException e) {