super(context, SalesforceEndpoint.class);
}
protected Endpoint createEndpoint(String uri, String remaining, Map<String, Object> parameters) throws Exception {
// get Operation from remaining URI
OperationName operationName = null;
String topicName = null;
try {
LOG.debug("Creating endpoint for: {}", remaining);
operationName = OperationName.fromValue(remaining);
} catch (IllegalArgumentException ex) {