return transport;
}
private Map<String, Object> createTransportOptions() {
final Map<String, Object> options = new HashMap<String, Object>();
options.put(ClientTransport.JSON_CONTEXT, new ClientSvensonJSONContext(endpointDataType));
return options;
}